Blame view

BT Vendor/EmmocoMobileFramework/Headers/EMResourceValue+CocoaAdditions.h 137 Bytes
Imanol-Mikel Barba Sabariego authored
1
2
3
4
5
6
7
8
9
#import "EMResourceValue.h"

@interface EMResourceValue (CocoaAdditions)

-(void)setNSObjectValue:(id)object;

-(id)NSObjectValue;

@end