mirror of
https://github.com/nickshanks/ResKnife.git
synced 2024-11-08 17:06:27 +00:00
8 lines
131 B
Objective-C
8 lines
131 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface SizeFormatter : NSNumberFormatter
|
|
|
|
- (NSString *)stringForObjectValue:(id)obj;
|
|
|
|
@end
|