Files
peko-ios/YuMi/Modules/YMMessage/View/SessionListHeadView/XPSessionListHeadItemView.h
2023-07-14 18:50:55 +08:00

22 lines
402 B
Objective-C

//
// YMSessionListHeadItemView.h
// YUMI
//
// Created by YUMI 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;
@property (nonatomic, assign) NSInteger badgeValue;
@end
NS_ASSUME_NONNULL_END