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

18 lines
394 B
Objective-C

//
// DDMyInformationDynamicViewController.h
// DingDangApp
//
// Created by apple on 2023/5/29.
//
#import "DDBasePagerHomeListViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface DDMyInformationDynamicViewController : DDBasePagerHomeListViewController
@property (nonatomic, copy) NSString * user_id;
@property (nonatomic, strong) AppUserModel * model;
@end
NS_ASSUME_NONNULL_END