- (NSString *)uuidString { CFUUIDRef uuid = CFUUIDCreate(NULL); CFStringRef uuidStr = CFUUIDCreateString(NULL, uuid); CFRelease(uuid); return [(NSString *)uuidStr autorelease];}
トラックバックURL: http://numata.designed.jp/mt-tb.cgi/45
コメントを書く