IBARevealLoader.h 442 Bytes
Newer Older
曹云霄's avatar
曹云霄 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
//
// Copyright (c) 2013 Itty Bitty Apps. All rights reserved.

#import <Foundation/Foundation.h>

extern NSString * const IBARevealLoaderRequestStartNotification;
extern NSString * const IBARevealLoaderRequestStopNotification;

extern NSString * const IBARevealLoaderSetOptionsNotification;
extern NSString * const IBARevealLoaderOptionsLogLevelMaskKey;

@interface IBARevealLoader : NSObject

+ (void)startServer;
+ (void)stopServer;

@end