// // FKSubmitDiscountView.h // FirstLink // // Created by ascii on 15/11/10. // Copyright © 2015年 FirstLink. All rights reserved. // #import @interface FKSubmitDiscountView : UIView @property (nonatomic, strong) UILabel *textLabel; @end