yasirmturk on 09/29/11
Last Edited at 09/29/11 01:42pm
+(NSString*)GUIDString { CFUUIDRef theUUID = CFUUIDCreate(NULL); CFStringRef string = CFUUIDCreateString(NULL, theUUID); CFRelease(theUUID); return [(NSString *)string autorelease];}
Report this snippet Tweet
Comment:
You need to login to post a comment.