123456789101112131415161718192021 |
- //
- // JXVipBottomView.h
- // shiku_im
- //
- // Created by 123 on 2020/5/23.
- // Copyright © 2020 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface JXVipBottomView : UIView
- @property (weak, nonatomic) IBOutlet UILabel *moneyL;
- @property (weak, nonatomic) IBOutlet UILabel *packageL;
- +(instancetype)XIBJJXVipBottomView;
- @end
- NS_ASSUME_NONNULL_END
|