mirror of
https://github.com/nickshanks/ResKnife.git
synced 2025-01-14 00:31:37 +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
|