// // UserCenterViewController2.h // XenonSDK // // Created by SAGESSE on 2019/5/30. // Copyright © 2019 SAGESSE. All rights reserved. // #import "BaseViewController.h" //BaseViewController @interface UserCenterViewController2 : BaseViewController @property (nonatomic, strong) NSString* custom; @property (nonatomic, strong) void(^callback)(void); @property (nonatomic, strong) IBOutlet UIView* containerView; @property (nonatomic, strong) IBOutlet UIView* otherView; //我的 @property (unsafe_unretained, nonatomic) IBOutlet UIButton *centerBtn; //客服 @property (unsafe_unretained, nonatomic) IBOutlet UIButton *serviceBtn; //更多 @property (unsafe_unretained, nonatomic) IBOutlet UIButton *moreBtn; @end