Created
May 12, 2014 08:20
-
-
Save holysin/c2d84678a1840fcc3e98 to your computer and use it in GitHub Desktop.
Cocoa NS_NUM
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
typedef NS_ENUM(NSInteger, UITableViewCellStyle) { | |
UITableViewCellStyleDefault, | |
UITableViewCellStyleValue1, | |
UITableViewCellStyleValue2, | |
UITableViewCellStyleSubtitle | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment