18 lines
302 B
Objective-C
18 lines
302 B
Objective-C
//
|
|
// XPMonentsTopicHeaderView.h
|
|
// xplan-ios
|
|
//
|
|
// Created by 冯硕 on 2022/8/18.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
@class MonentsTopicModel;
|
|
@interface XPMonentsTopicHeaderView : UIView
|
|
///
|
|
@property (nonatomic,strong) MonentsTopicModel *topicInfo;
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|