This file contains hidden or 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
else if ([apiName isEqualToString:themeColors]) | |
{ | |
if(responseDict != nil) | |
{ | |
int success = [[responseDict valueForKey:@"success"] intValue]; | |
if (success == 1) { | |
NSDictionary *dicTemplate = [responseDict objectForKey:@"template"]; | |
gray_color = [UIColor colorWithHex:0xC4C2BD]; | |
NSString *lineColor = [dicTemplate objectForKey:@"loading_line"]; |