// // GeTuiServiceTool.m // TreeHole // // Created by iOS on 2023/2/1. // Copyright © 2023 CYH. All rights reserved. // #import "GeTuiServiceTool.h" @interface GeTuiServiceTool () ///一键认证, 记录数据 @property(nonatomic, strong)NSMutableDictionary *quickAuthorizeLoginVerifyDictionaryM; @end @implementation GeTuiServiceTool #pragma mark - 推送 #pragma mark - 短信服务 #pragma mark - 一键认证 @end