暂无描述

FKDiscountInfoView.h 263B

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