Files
yuyin_ios/SweetParty/第三方库/KNPhotoBrowser/KNPhotoBrowserNumView.h
2025-08-08 11:05:33 +08:00

19 lines
396 B
Objective-C
Executable File

//
// 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