封装:
`什么是封装?
封装有调用有实现 , 类外只负责调用, 而功能的实现 是类内该做的事情.
-----
@property(nonatomic,strong) NSString *className;
`属性的创建 差点就忘干净了~