Inherits from NSObject
Declared in ConciseKit.h

Class Methods

appPath

+ (NSString *)appPath

desktopPath

+ (NSString *)desktopPath

documentPath

+ (NSString *)documentPath

homePath

+ (NSString *)homePath

resourcePath

+ (NSString *)resourcePath

swizzleClassMethod:in:with:in:

+ (BOOL)swizzleClassMethod:(SEL)originalSelector in:(Class)klass with:(SEL)anotherSelector in:(Class)anotherKlass

swizzleClassMethod:with:in:

+ (BOOL)swizzleClassMethod:(SEL)originalSelector with:(SEL)anotherSelector in:(Class)klass

swizzleMethod:in:with:in:

+ (BOOL)swizzleMethod:(SEL)originalSelector in:(Class)klass with:(SEL)anotherSelector in:(Class)anotherKlass

swizzleMethod:with:in:

+ (BOOL)swizzleMethod:(SEL)originalSelector with:(SEL)anotherSelector in:(Class)klass

waitUntil:

+ (void)waitUntil:(BOOL ( ^ ) ( void ))condition

waitUntil:timeOut:

+ (void)waitUntil:(BOOL ( ^ ) ( void ))condition timeOut:(NSTimeInterval)timeOut

waitUntil:timeOut:interval:

+ (void)waitUntil:(BOOL ( ^ ) ( void ))condition timeOut:(NSTimeInterval)timeOut interval:(NSTimeInterval)interval