// // JXVipBottomView.m // shiku_im // // Created by 123 on 2020/5/23. // Copyright © 2020 Reese. All rights reserved. // #import "JXVipBottomView.h" @interface JXVipBottomView() @end @implementation JXVipBottomView +(instancetype)XIBJJXVipBottomView{ return [[NSBundle mainBundle]loadNibNamed:@"JXVipBottomView" owner:self options:nil].firstObject; } @end