RegisteredLoggingTestAppDelegate.h 406 B

1234567891011121314151617
  1. //
  2. // RegisteredLoggingTestAppDelegate.h
  3. // RegisteredLoggingTest
  4. //
  5. // CocoaLumberjack Demos
  6. //
  7. #import <UIKit/UIKit.h>
  8. @class RegisteredLoggingTestViewController;
  9. @interface RegisteredLoggingTestAppDelegate : NSObject <UIApplicationDelegate>
  10. @property (nonatomic, strong) IBOutlet UIWindow *window;
  11. @property (nonatomic, strong) IBOutlet RegisteredLoggingTestViewController *viewController;
  12. @end