// // LeftMenuBar.h // MaoerProject // // Created by eliolu on 2018/8/17. // Copyright © 2018年 eliolu. All rights reserved. // #import @interface LeftMenuBar : UIView +(LeftMenuBar *)getInstance; @property(nonatomic, strong) UIButton *button1; @property(nonatomic, strong) UIButton *button2; @property(nonatomic, strong) UIButton *kefuBt; @property(nonatomic, strong) UIButton *vipBt; @end