cdts/xdts-ios 3/TreeHole/CYHResetCode/CYH/GeTuiService(个推)/GeTuiServiceTool.m
2023-07-27 09:20:00 +08:00

37 lines
442 B
Objective-C

//
// 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