2018-06-06

#pragma -mark viewLife
- (void)viewDidLoad {
    [super viewDidLoad];
    // Do any additional setup after loading the view.
    
    [self.view addSubview:self.btnShare];
    [self.view addSubview:self.btnPay];
}

你可能感兴趣的:(2018-06-06)