@property(nonatomic, readonly) NSData *data;
@property(nonatomic, readonly) NSString *UUIDString NS_AVAILABLE(NA, 7_1);
+ (CBUUID *)UUIDWithString:(NSString *)theString;
+ (CBUUID *)UUIDWithData:(NSData *)theData;
+ (CBUUID *)UUIDWithCFUUID:(CFUUIDRef)theUUID NS_DEPRECATED(NA, NA, 5_0, 9_0);
+ (CBUUID *)UUIDWithNSUUID:(NSUUID *)theUUID NS_AVAILABLE(NA, 7_0);
网友评论