新增项目
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
//
|
||||
// DDMyInformationProfileViewController.h
|
||||
// DingDangApp
|
||||
//
|
||||
// Created by apple on 2023/6/28.
|
||||
//
|
||||
|
||||
#import "DDBasePagerHomeListViewController.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface DDMyInformationProfileViewController : DDBasePagerHomeListViewController
|
||||
@property (nonatomic,strong) UIButton * myIDBtn;
|
||||
@property (nonatomic,strong) UIButton * myAgeBtn;
|
||||
@property (nonatomic,strong) UIButton * myConsBtn;
|
||||
@property (nonatomic,strong) UIView * myContentBgView;
|
||||
@property (nonatomic,strong) UILabel * titleLabel;
|
||||
@property (nonatomic,strong) UILabel * myContentLabel;
|
||||
@property (nonatomic,copy) NSString * user_id;
|
||||
@property (nonatomic,strong) AppUserModel * personModel;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
Reference in New Issue
Block a user