Files
my_yuyin/QXLive/Other/AppDelegate+Login.h

54 lines
1.5 KiB
C
Raw Normal View History

2025-09-22 18:48:29 +08:00
//
// AppDelegate+Login.h
// QXLive
//
// Created by 启星 on 2025/5/8.
//
2025-09-24 09:57:39 +08:00
/**
APP分类准备启动
*
* _oo0oo_
* o8888888o
* 88" . "88
* (| -_- |)
* 0\ = /0
* ___/`---'\___
* .' \\| |// '.
* / \\||| : |||// \
* / _||||| --|||||- \
* | | \\\ - /// | |
* | \_| ''\---/'' |_/ |
* \ .-\__ '-' ___/-. /
* ___'. .' /--.--\ `. .'___
* ."" '< `.___\_<|>_/___.' >' "".
* | | : `- \`.;`\ _ /`;.`/ - ` : | |
* \ \ `_. \_ __\ /__ _/ .-` / /
*=====`-.____`.___ \_____/___.-`___.-'=====
* `=---='
*
* BUG
* :
*
*
*
*
*
*
*
*
*/
2025-09-22 18:48:29 +08:00
#import "AppDelegate.h"
#import "QXLocationManager.h"
#import <AuthenticationServices/AuthenticationServices.h>
NS_ASSUME_NONNULL_BEGIN
@interface AppDelegate (Login)<QXLocationManagerDelegate,ASAuthorizationControllerDelegate, ASAuthorizationControllerPresentationContextProviding,V2TIMSDKListener>
-(void)configThirdPartLogin;
-(void)tencentLogin;
-(void)authorizationAppleID;
@end
NS_ASSUME_NONNULL_END