12345678910111213141516171819 |
- //
- // JXMybossVc.h
- // shiku_im
- //
- // Created by 123 on 2020/5/18.
- // Copyright © 2020 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "XMGMyBaseVC.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface JXMybossVc : XMGMyBaseVC
- @property (nonatomic,copy) NSString *strQQURL;
- @property (nonatomic,copy) NSDictionary *strWXURL;
- @end
- NS_ASSUME_NONNULL_END
|