CCZTrotingAttribute.h 329 B

123456789101112131415
  1. //
  2. // CCZTrotingAttribute.h
  3. // CCZTrotView
  4. //
  5. // Created by 金峰 on 16/9/25.
  6. // Copyright © 2016年 金峰. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface CCZTrotingAttribute : NSObject
  10. @property (nonatomic, copy) NSString *text;
  11. @property (nonatomic, strong) NSAttributedString *attribute;
  12. @end