-rw-r--r-- | pumpkin/IPFormatter.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pumpkin/IPFormatter.h b/pumpkin/IPFormatter.h new file mode 100644 index 0000000..c98f3a0 --- a/dev/null +++ b/pumpkin/IPFormatter.h @@ -0,0 +1,6 @@ + +#import <Foundation/Foundation.h> + +@interface IPFormatter : NSFormatter + +@end |