Tigers.h 164 B

1234567891011121314
  1. //
  2. // Tigers.h
  3. // RegisteredLoggingTest
  4. //
  5. // CocoaLumberjack Demos
  6. //
  7. #import <Foundation/Foundation.h>
  8. @interface Tigers : NSObject
  9. + (void)logStuff;
  10. @end