// // CCZTrotingAttribute.h // CCZTrotView // // Created by 金峰 on 16/9/25. // Copyright © 2016年 金峰. All rights reserved. // #import @interface CCZTrotingAttribute : NSObject @property (nonatomic, copy) NSString *text; @property (nonatomic, strong) NSAttributedString *attribute; @end