// // SPSBCustomerServiceManager.h // 我的社保 // // Created by shanp on 2021/4/26. // #import NS_ASSUME_NONNULL_BEGIN @interface SPSBCustomerServiceManager : NSObject @property (nonatomic, assign) bool spsb_isChecking; @property (nonatomic, assign) bool spsb_isClickNotification;//是否点击通知进入 @property (nonatomic, assign) bool spsb_isIn; @property (nonatomic, assign) NSInteger spsb_notificationNum; + (SPSBCustomerServiceManager *)shareManager; - (void)checkSobot; - (void)delayToOnlineContact; - (void)toOnlineContactWithBaseController:(nullable UIViewController *)vc; @end SPSBCustomerServiceManager *spsb_customerServiceManager(void); NS_ASSUME_NONNULL_END