Closed gregheo closed 11 years ago
@interface RWTutorial : NSObject is standard Apple style but in other cases like dictionary key/values, I think key: value is more standard.
@interface RWTutorial : NSObject
key: value
@interface RWTutorial : NSObject
is standard Apple style but in other cases like dictionary key/values, I thinkkey: value
is more standard.