21 lines
415 B
Objective-C
21 lines
415 B
Objective-C
//
|
|
// QXNobilityDetailTopCell.h
|
|
// QXLive
|
|
//
|
|
// Created by 启星 on 2025/11/8.
|
|
//
|
|
|
|
#import "GKCycleScrollViewCell.h"
|
|
#import "QXNobilityListModel.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface QXNobilityDetailTopCell : GKCycleScrollViewCell
|
|
@property (nonatomic,strong)QXNobilityListModel *model;
|
|
|
|
@property (nonatomic,assign)NSInteger index;
|
|
@property (nonatomic,assign)NSInteger myIndex;
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|