RegisteredLoggingTestViewController.h 201 B

123456789101112
  1. //
  2. // RegisteredLoggingTestViewController.h
  3. // RegisteredLoggingTest
  4. //
  5. // CocoaLumberjack Demos
  6. //
  7. #import <UIKit/UIKit.h>
  8. @interface RegisteredLoggingTestViewController : UIViewController
  9. @end