Created
December 30, 2014 17:57
-
-
Save Seasons7/f52fbcd789368a482bd1 to your computer and use it in GitHub Desktop.
CCSwift20141231_02
This file contains 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
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