// // JXSpecialCareViewController.h // shiku_im // // Created by Ron on 2019/10/29. // Copyright © 2019 Reese. All rights reserved. // #import "admobViewController.h" @class JXUserObject; NS_ASSUME_NONNULL_BEGIN @interface CYSpecialCareViewController : admobViewController @property(nonatomic,strong)JXUserObject *user; @property(nonatomic,strong)NSString *userId; @end NS_ASSUME_NONNULL_END