Files
peko-ios/YuMi/Modules/YMMonents/View/SubViews/XPMoentsTopicView.h
2023-07-14 18:50:55 +08:00

17 lines
277 B
Objective-C

//
// YMMoentsTopicView.h
// YUMI
//
// Created by YUMI on 2022/5/12.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@class MonentsInfoModel;
@interface XPMoentsTopicView : UIView
@property (nonatomic,strong) MonentsInfoModel *monentsInfo;
@end
NS_ASSUME_NONNULL_END