2025-10-09 16:48:46 +08:00

21 lines
353 B
Objective-C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// V2NIMSDKOption.h
// NIMLib
//
// Created by Netease.
// Copyright (c) 2023 Netease. All rights reserved.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface V2NIMSDKOption : NSObject
/// 使用旧的登录接口默认NO不使用
@property(nonatomic,assign,readwrite) BOOL useV1Login;
@end
NS_ASSUME_NONNULL_END