mirror of
https://github.com/leanote/leanote-ios.git
synced 2026-01-14 06:05:02 +08:00
Update AFNetworking to 4.0 NSURLProtocol+WebKitSupport.h for WKWebView https://github.com/Yeatse/NSURLProtocol-WebKitSupport
15 lines
266 B
Objective-C
15 lines
266 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
|
|
@interface NSString (Util)
|
|
|
|
- (bool)isEmpty;
|
|
- (NSString *)trim;
|
|
- (NSNumber *)numericValue;
|
|
- (CGSize)suggestedSizeWithFont:(UIFont *)font width:(CGFloat)width;
|
|
|
|
@end
|
|
|
|
@interface NSObject (NumericValueHack)
|
|
- (NSNumber *)numericValue;
|
|
@end |