mirror of
https://github.com/nickshanks/ResKnife.git
synced 2024-12-22 17:30:15 +00:00
16 lines
228 B
Objective-C
16 lines
228 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface NSString (NGSFSSpec)
|
|
|
|
- (FSRef *)createFSRef;
|
|
- (FSSpec *)createFSSpec;
|
|
|
|
@end
|
|
|
|
|
|
@interface NSString (NGSBoolean)
|
|
|
|
- (BOOL)boolValue;
|
|
+ (NSString *)stringWithBool:(BOOL)boolean;
|
|
|
|
@end |