21 lines
322 B
C
21 lines
322 B
C
![]() |
//
|
||
|
// XPSessionListHeadView.h
|
||
|
// xplan-ios
|
||
|
//
|
||
|
// Created by GreenLand on 2022/11/17.
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface XPSessionListHeadView : UIView
|
||
|
|
||
|
- (void)updateToolViewWithUserLevel:(NSInteger)level;
|
||
|
|
||
|
@property (nonatomic, strong) NSArray *friendsArray;
|
||
|
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|