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
187 B
Objective-C
13 lines
187 B
Objective-C
//
|
|
// BenchmarkIPhoneViewController.m
|
|
// BenchmarkIPhone
|
|
//
|
|
// CocoaLumberjack Demos
|
|
//
|
|
|
|
#import "BenchmarkIPhoneViewController.h"
|
|
|
|
@implementation BenchmarkIPhoneViewController
|
|
|
|
@end
|