FeedbackDetailController.h
319 字节
//
// FeedbackDetailController.h
// DreamSleep
//
// Created by peter on 2022/4/26.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
/// 反馈详情页面
@interface FeedbackDetailController : UIViewController
/// 建议反馈记录id
@property (nonatomic, assign) int advice_id;
@end
NS_ASSUME_NONNULL_END