Skip to content

Instantly share code, notes, and snippets.

@Seasons7
Created December 30, 2014 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Seasons7/f52fbcd789368a482bd1 to your computer and use it in GitHub Desktop.
Save Seasons7/f52fbcd789368a482bd1 to your computer and use it in GitHub Desktop.
CCSwift20141231_02
NSString * const CCFileUtilsSuffixDefault = @"default";
NSString * const CCFileUtilsSuffixiPad = @"ipad";
NSString * const CCFileUtilsSuffixiPadHD = @"ipadhd";
NSString * const CCFileUtilsSuffixiPhone = @"iphone";
NSString * const CCFileUtilsSuffixiPhoneHD = @"iphonehd";
NSString * const CCFileUtilsSuffixiPhone5 = @"iphone5";
NSString * const CCFileUtilsSuffixiPhone5HD = @"iphone5hd";
NSString * const CCFileUtilsSuffixMac = @"mac";
NSString * const CCFileUtilsSuffixMacHD = @"machd";
NSString * const CCFileUtilsSuffix2x = @"2x";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment