Sin descripción

FKSubmitDiscountView.h 265B

12345678910111213141516
  1. //
  2. // FKSubmitDiscountView.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 15/11/10.
  6. // Copyright © 2015年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface FKSubmitDiscountView : UIView
  10. @property (nonatomic, strong) UILabel *textLabel;
  11. @end