- //
- // FKDiscountInfoView.h
- // FirstLink
- //
- // Created by ascii on 2017/5/20.
- // Copyright © 2017年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface FKDiscountInfoView : UIView
- @property (nonatomic, strong) UILabel *countLabel;
- @end
|