// // JXMyTopView.m // shiku_im // // Created by 123 on 2020/5/15. // Copyright © 2020 Reese. All rights reserved. // #import "JXMyTopView.h" #import "MJButton.h" @interface JXMyTopView() @end @implementation JXMyTopView +(instancetype)XIBJXXMGTopView{ return [[NSBundle mainBundle]loadNibNamed:@"JXMyTopView" owner:self options:nil].firstObject; } -(void)awakeFromNib{ [super awakeFromNib];; self.headMyIMG.layer.cornerRadius=35; self.headMyIMG.layer.masksToBounds=YES; NSArray * titles=@[@"即信客服",@"QQ客服",@"电话客服",@"视频客服"]; NSArray * imageS=@[@"jxkf",@"qkf",@"dhk",@"spkf"]; CGFloat titBtnH =(JX_SCREEN_WIDTH-20-80)/4; for(int i =0; i