与C#参照对比:
C#
Objective-C
文件
函数
类
Public class Sample{}
@implementation Sample … @end
属性
Public string Label { get; set; }
@property (weak,nonatomic) IBoutlet UILabel *msgLabel;
The objective-c grammar
原文:http://www.cnblogs.com/BlueEye/p/4795007.html