线上所有马甲包模板,与《猎豆》同UI。域名zhuadd

HSQPushToWeixViewController.h 333B

1234567891011121314151617
  1. //
  2. // HSQPushToWeixViewController.h
  3. // YouHuiProject
  4. //
  5. // Created by 王奥东 on 2018/11/13.
  6. // Copyright © 2018 kuxuan. All rights reserved.
  7. //
  8. #import "HSQBaseViewController.h"
  9. #import "HSQUserInfo.h"
  10. @interface HSQPushToWeixViewController : HSQBaseViewController
  11. @property(nonatomic, strong)HSQUserInfo *userInfo;
  12. @end