NSString *hate=@"app store";
if([hate isEqualToString:@"app store"])
{
NSLog(@"think about android development");
}
NSString *hate=@"app store";
if([hate isEqualToString:@"app store"])
{
NSLog(@"think about android development");
}
Leave a Reply