mirror of
https://github.com/CocoaLumberjack/CocoaLumberjack.git
synced 2026-06-06 20:18:32 +00:00
* Change copyright headers in Classes, Tests and Integration * Remove empty line from template * Add headers to demo files
13 lines
183 B
Objective-C
13 lines
183 B
Objective-C
//
|
|
// BenchmarkIPhoneViewController.h
|
|
// BenchmarkIPhone
|
|
//
|
|
// CocoaLumberjack Demos
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface BenchmarkIPhoneViewController : UIViewController
|
|
|
|
@end
|