mirror of
https://github.com/CocoaLumberjack/CocoaLumberjack.git
synced 2026-05-07 20:12:46 +00:00
5ce59f3fcc
* Change copyright headers in Classes, Tests and Integration * Remove empty line from template * Add headers to demo files
19 lines
253 B
Objective-C
19 lines
253 B
Objective-C
//
|
|
// DynamicLogging.h
|
|
// Benchmarking
|
|
//
|
|
// CocoaLumberjack Demos
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface DynamicLogging : NSObject
|
|
|
|
+ (void)speedTest0;
|
|
+ (void)speedTest1;
|
|
+ (void)speedTest2;
|
|
+ (void)speedTest3;
|
|
+ (void)speedTest4;
|
|
|
|
@end
|