// // SPSBMakePhoneCallManager.h // 我的社保 // // Created by shanp on 2021/5/22. // #import NS_ASSUME_NONNULL_BEGIN @interface SPSBMakePhoneCallManager : NSObject - (instancetype)initWithController:(UIViewController *)vc; - (void)showHandleContactMenu; @end NS_ASSUME_NONNULL_END