You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
NSString *implementation = [NSStringstringWithFormat:@"//\n// This file is generated from%@.xcassets by objc-assetgen.\n// Please do not edit.\n//\n\n#import\"%@\"\n\n@implementation%@\n\n%@\n%@\n\n@end\n",self.catalogName, classNameH, className,self.cacheMethodContents, [self.implementationContentscomponentsJoinedByString:@"\n"]];
206
+
NSString *implementation = [NSStringstringWithFormat:@"//\n// This file is generated from%@.xcassets by objc-assetgen.\n// Please do not edit.\n//\n\n#import\"%@\"\n\n@implementation%@\n\n%@\n\n@end\n",self.catalogName, classNameH, className, [self.implementationContentscomponentsJoinedByString:@"\n"]];
228
207
229
208
if (![implementationisEqualToString:[NSStringstringWithContentsOfURL:implementationURLencoding:NSUTF8StringEncodingerror:NULL]]) {