Sha256: fd03551d55482178b0d1b7e1406c50ccc08e2d1359e1137e8a04be4d7dc99666
Contents?: true
Size: 192 Bytes
Versions: 24
Compression:
Stored size: 192 Bytes
Contents
#import <Foundation/Foundation.h> @interface EXPUnsupportedObject : NSObject { NSString *_type; } @property (nonatomic, retain) NSString *type; - (id)initWithType:(NSString *)type; @end
Version data entries
24 entries across 8 versions & 2 rubygems