]>
Commit | Line | Data |
---|---|---|
b54c578e A |
1 | |
2 | #import <Foundation/Foundation.h> | |
3 | ||
4 | NS_ASSUME_NONNULL_BEGIN | |
5 | ||
6 | @interface TPCTLObjectiveC : NSObject | |
7 | ||
8 | + (BOOL)catchNSException:(void(^)(void))block error:(NSError**)error; | |
9 | + (NSString* _Nullable)jsonSerialize:(id)something error:(NSError**)error; | |
10 | ||
11 | @end | |
12 | ||
13 | NS_ASSUME_NONNULL_END |