mirror of
https://github.com/nickshanks/ResKnife.git
synced 2024-12-22 17:30:15 +00:00
10 lines
135 B
Objective-C
10 lines
135 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface SizeFormatter : NSNumberFormatter
|
|
{
|
|
}
|
|
|
|
- (NSString *)stringForObjectValue:(id)obj;
|
|
|
|
@end
|