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