21 lines
489 B
Objective-C
21 lines
489 B
Objective-C
//
|
|
// AppDelegate+Login.h
|
|
// QXLive
|
|
//
|
|
// Created by 启星 on 2025/5/8.
|
|
//
|
|
|
|
#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
|