// // Tigers.h // RegisteredLoggingTest // // CocoaLumberjack Demos // #import @interface Tigers : NSObject + (void)logStuff; @end