View gist:214e3c04e3061a2508d0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-(void)UploadImageForMessage | |
{ | |
type=2; | |
NSString * str_ImageName = [[NSString alloc]initWithString:self.strImageName]; | |
NSString * str_ImageData = [[NSString alloc]initWithString:self.strImageData]; | |
NSLog(@"%@",str_ImageName); | |
NSUserDefaults *pref=[NSUserDefaults standardUserDefaults]; |