Files
yinmeng-ios/xplan-ios/Main/Message/View/Session/XPSessionMessageGamePageControl.h
2023-08-24 17:03:32 +08:00

18 lines
320 B
Objective-C

//
// XPSessionMessageGamePageControl.h
// xplan-ios
//
// Created by duoban on 2023/8/22.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPSessionMessageGamePageControl : UIView
@property(nonatomic,assign) NSInteger curPage;
@property(nonatomic,copy) NSArray *pageList;
@end
NS_ASSUME_NONNULL_END