Files
yinmeng-ios-store/yinmeng-ios/DingDangApp/CodeClass/MyInfo/CC/DDMyInfoReportViewController.h
2023-12-07 10:50:21 +08:00

22 lines
432 B
Objective-C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// DDMyInfoReportViewController.h
// DingDangApp
//
// Created by apple on 2023/7/5.
//
#import "WLBaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface DDMyInfoReportViewController : WLBaseViewController
/*
1房间,2用户,3:动态
*/
@property (nonatomic,assign) NSInteger juBaoType;
@property (nonatomic,copy) NSString * jubao_id;
@property (nonatomic,assign) BOOL isSmallMessage;
@end
NS_ASSUME_NONNULL_END