1234567891011121314151617181920 |
- //
- // 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
|