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

18 lines
409 B
Objective-C

//
// DDMyInformationViewController.h
// DingDangApp
//
// Created by apple on 2023/5/29.
//
#import "WLBaseViewController.h"
#import "DDBasePagerHomeViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface DDMyInformationViewController : DDBasePagerHomeViewController
@property (nonatomic, copy) NSString * user_id;
@property (nonatomic, copy) void (^inliveClickBlock)(void);
@end
NS_ASSUME_NONNULL_END