21 lines
360 B
C
21 lines
360 B
C
![]() |
//
|
||
|
// XPSessionListHeadItemView.h
|
||
|
// xplan-ios
|
||
|
//
|
||
|
// Created by GreenLand on 2022/11/17.
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface XPSessionListHeadItemView : UIView
|
||
|
|
||
|
@property (nonatomic, copy) NSString *imageName;
|
||
|
@property (nonatomic, copy) NSString *title;
|
||
|
@property (nonatomic, assign) BOOL showDot;
|
||
|
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|