Files
yinmeng-ios/xplan-ios/Main/Monents/View/XPMonentTopicContainerViewController.h
2022-08-26 21:45:18 +08:00

17 lines
303 B
Objective-C

//
// XPMonentTopicContainerViewController.h
// xplan-ios
//
// Created by 冯硕 on 2022/8/18.
//
#import "BaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPMonentTopicContainerViewController : BaseViewController
@property (nonatomic,copy) NSString *worldId;
@end
NS_ASSUME_NONNULL_END