JXVipDetailTopView.h 448 B

1234567891011121314151617181920212223
  1. //
  2. // JXVipDetailTopView.h
  3. // shiku_im
  4. //
  5. // Created by 123 on 2020/5/16.
  6. // Copyright © 2020 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface JXVipDetailTopView : UIView
  11. +(instancetype)XIBJXVipDetailTopView;
  12. @property (nonatomic,strong) NSDictionary *dictInfo;
  13. @property (nonatomic,strong) JXUserObject* user;
  14. @property (weak, nonatomic) IBOutlet UIButton *gobackBt;
  15. @end
  16. NS_ASSUME_NONNULL_END