Skip to content

Commit

Permalink
Update import statements and surrounding comments
Browse files Browse the repository at this point in the history
Signed-off-by: Wincent Colaiuta <win@wincent.com>
  • Loading branch information
wincent committed Jan 14, 2010
1 parent 98d0681 commit 7c72ca2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions NSString+WOURLUtilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
// POSSIBILITY OF SUCH DAMAGE.

// system header
#import <Foundation/Foundation.h>

// WOPublic headers
#import "WOPublic/WOConvenienceMacros.h"
// macro headers
#import "WOConvenienceMacros.h"

WO_DECLARE_CATEGORY_MARKER(NSString, WOURLUtilities);

Expand Down
2 changes: 1 addition & 1 deletion NSString+WOURLUtilities.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// category header
#import "NSString+WOURLUtilities.h"

// other headers
// other category headers
#import "NSURL+WOConvenience.h"

WO_CATEGORY_MARKER(NSString, WOURLUtilities);
Expand Down
5 changes: 3 additions & 2 deletions NSURL+WOConvenience.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
// POSSIBILITY OF SUCH DAMAGE.

// system header
#import <Foundation/Foundation.h>

// WOPublic headers
#import "WOPublic/WOConvenienceMacros.h"
// macro headers
#import "WOConvenienceMacros.h"

WO_DECLARE_CATEGORY_MARKER(NSURL, WOConvenience);

Expand Down
4 changes: 2 additions & 2 deletions NSURL+WOConvenience.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
// system headers
#import <AppKit/AppKit.h>

// WOPublic headers
#import "WOPublic/WOMemory.h"
// macro headers
#import "WOMemory.h"

WO_CATEGORY_MARKER(NSURL, WOConvenience);
@implementation NSURL (WOConvenience)
Expand Down

0 comments on commit 7c72ca2

Please sign in to comment.