18 lines
394 B
Objective-C
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
|