123456789101112131415161718192021 |
- //
- // CPFindIconView.h
- // CAIPU
- //
- // Created by 小花 on 2018/4/4.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "SPScrollNumLabel.h"
- @interface CPFindIconView : UIView
- @property (nonatomic, weak) SPScrollNumLabel *upCountLabel;
- - (void)configViewWithIcons:(NSArray *)icons upCount:(NSString *)upCount;
- - (void)setUpCountIncreaseOne;
- - (void)setUpCountReduceOne;
- @end
|