// // MineViewController.h // AICity // // Created by 刘伟伟 on 2023/7/7. // Copyright © 2023 wei.z. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface AccountCenterViewController : UIViewController @end @interface AccountTopCell : UITableViewCell + (instancetype)cellWithTableView:(UITableView *)tableView; @end @interface AccountCenterCell : UITableViewCell + (instancetype)cellWithTableView:(UITableView *)tableView; //0.没有 1.上 2.下 3.全 @property(nonatomic,assign)int type; //0 剪头 1 文字 @property(nonatomic,assign)int showContentType; @property(nonatomic,strong)UIView *bgView; //@property(nonatomic,strong)UIImageView *icon; @property(nonatomic,strong)UILabel *tit; @end NS_ASSUME_NONNULL_END