20 lines
283 B
C
20 lines
283 B
C
![]() |
//
|
||
|
// SessionListCell.h
|
||
|
// xplan-ios
|
||
|
//
|
||
|
// Created by zu on 2021/11/26.
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
#import <NIMSDK/NIMSDK.h>
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface SessionListCell : UITableViewCell
|
||
|
|
||
|
- (void)renderWithSession:(NIMRecentSession*)recent;
|
||
|
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|