新增项目

This commit is contained in:
liyuhua
2023-12-07 10:50:21 +08:00
parent c51d2cb31d
commit 1b7fee7304
4141 changed files with 183449 additions and 39224 deletions

View File

@@ -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