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