//
//  XXGSelectMobileAccountViewController.h
//  XXGPlayKit
//
//  Created by apple on 2025/2/6.
//

#import "XXGBaseViewController.h"

NS_ASSUME_NONNULL_BEGIN

/// 手机登录选择账号数据模型
@interface XXGSelectMobileAccountModel : NSObject

@property (nonatomic, copy) NSArray<NSString *> *xxpk_accounts;
@property (nonatomic, copy) NSString *xxpk_mobile;
@property (nonatomic, copy) NSString *xxpk_code;
@property (nonatomic, copy) NSString *xxpk_dialCode;

@end

@interface XXGSelectMobileAccountViewController : XXGBaseViewController

@end

NS_ASSUME_NONNULL_END
