PNObject/Example/Pods/Expecta/Expecta/NSValue+Expecta.h
2015-12-31 16:06:21 +01:00

8 lines
120 B
Objective-C

#import <Foundation/Foundation.h>
@interface NSValue (Expecta)
@property (nonatomic) const char *_EXP_objCType;
@end