NSString+Additions.h 132 B

123456789
  1. @interface NSString (Additions)
  2. - (void)writeToFileWithoutAttributes:(NSString *)theFile;
  3. - (NSString *)nextVersionNumber;
  4. @end