123456789101112131415161718 |
- //
- // JXGoldMangerVc.h
- // shiku_im
- //
- // Created by os on 2020/6/26.
- // Copyright © 2020 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "XMGMyBaseVC.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface JXGoldMangerVc : XMGMyBaseVC
- @property (nonatomic,strong) NSDictionary *vipDict;
- @end
- NS_ASSUME_NONNULL_END
|