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

19 lines
389 B
Objective-C

//
// DDMyAuthorViewController.h
// DingDangApp
//
// Created by apple on 2023/6/20.
//
#import "WLBaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface DDMyAuthorViewController : WLBaseViewController<UITableViewDelegate, UITableViewDataSource>
@property (strong, nonatomic) UITableView *tableView;
@property (nonatomic,strong)NSDictionary *metaInfo;
@end
NS_ASSUME_NONNULL_END