mirror of
https://github.com/nickshanks/ResKnife.git
synced 2025-08-07 14:25:08 +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
|