Files
featherVoice/QXLive/Dynamic(语圈)/Controller/QXToppicDynamicViewController.h

17 lines
318 B
C
Raw Normal View History

2025-08-08 10:49:36 +08:00
//
// QXToppicDynamicViewController.h
// QXLive
//
// Created by 启星 on 2025/6/3.
//
#import "QXBaseViewController.h"
#import "QXDynamicModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface QXToppicDynamicViewController : QXBaseViewController
@property (nonatomic,strong)QXTopicModel *model;
@end
NS_ASSUME_NONNULL_END