iOSthemem0d

Untitled

Oct 7th, 2019
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Tweak.x:26:11: error: redefinition of 'hex'
  2. NSString *hex = [UIColor cscp_hexStringFromColor:color alpha:YES];
  3. ^
  4. Tweak.x:23:13: note: previous definition is here
  5. NSString *hex = [UIColor cscp_hexStringFromColor:color];
  6. ^
  7. 1 error generated.
Advertisement
Add Comment
Please, Sign In to add comment