1234567891011121314151617181920 |
- //
- // FKCirclePublicTextItem.h
- // FirstLink
- //
- // Created by ascii on 16/6/8.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface FKCirclePublicTextItem : NSObject
- @property (nonatomic, strong) NSString *palceholder;
- @property (nonatomic, strong) NSString *title;
- @property (nonatomic, strong) NSString *text;
- @property (nonatomic, assign) CGFloat minHeight;
- @end
|