// // FirstViewController.m // Talk // // Created by xuzs on 22/10/11. // Copyright (c) 2022年 xuzs. All rights reserved. // #import "Setting.h" #import "UI.h" #import "HttpManager.h" #import "Msg.h" #import "Pub.h" #import "sysInfo.h" #import "EquList.h" @interface Setting () @property (nonatomic, strong)UIView *rview; @property (nonatomic, strong)NSArray *cells; @end @implementation Setting - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. // [self setNavTitle:@"系统设置"]; // [self setupViews]; // [self setUI]; // [self setData]; } /* - (void)setupViews { [self.view addSubview:self.rview]; for(int i=0;i