SPSBMakePhoneCallManager.h 310 B

1234567891011121314151617181920
  1. //
  2. // SPSBMakePhoneCallManager.h
  3. // 我的社保
  4. //
  5. // Created by shanp on 2021/5/22.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface SPSBMakePhoneCallManager : NSObject
  10. - (instancetype)initWithController:(UIViewController *)vc;
  11. - (void)showHandleContactMenu;
  12. @end
  13. NS_ASSUME_NONNULL_END