1234567891011121314151617181920212223 |
- //
- // JXVipDetailTopView.h
- // shiku_im
- //
- // Created by 123 on 2020/5/16.
- // Copyright © 2020 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface JXVipDetailTopView : UIView
- +(instancetype)XIBJXVipDetailTopView;
- @property (nonatomic,strong) NSDictionary *dictInfo;
- @property (nonatomic,strong) JXUserObject* user;
- @property (weak, nonatomic) IBOutlet UIButton *gobackBt;
- @end
- NS_ASSUME_NONNULL_END
|