Files
mier_ios/SweetParty/第三方库/KNPhotoBrowser/KNPhotoBrowserNumView.h

19 lines
396 B
C
Raw Normal View History

2025-08-11 10:43:19 +08:00
//
// KNPhotoBrowserNumView.h
// KNPhotoBrowser
//
// Created by LuKane on 16/9/2.
// Copyright © 2016年 LuKane. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface KNPhotoBrowserNumView : UILabel
- (void)setCurrentNum:(NSInteger)currentNum totalNum:(NSInteger)totalNum;
@property (nonatomic, assign) NSInteger currentNum;
@property (nonatomic, assign) NSInteger totalNum;
@end