JXVipBottomView.m 376 B

1234567891011121314151617181920
  1. //
  2. // JXVipBottomView.m
  3. // shiku_im
  4. //
  5. // Created by 123 on 2020/5/23.
  6. // Copyright © 2020 Reese. All rights reserved.
  7. //
  8. #import "JXVipBottomView.h"
  9. @interface JXVipBottomView()
  10. @end
  11. @implementation JXVipBottomView
  12. +(instancetype)XIBJJXVipBottomView{
  13. return [[NSBundle mainBundle]loadNibNamed:@"JXVipBottomView" owner:self options:nil].firstObject;
  14. }
  15. @end