//
//  XXGBaseURL.h
//  XXGPlayKit
//
//  Created by apple on 2025/2/24.
//

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface XXGBaseURL : NSObject

+ (instancetype)shared;

@property (nonatomic, strong) NSArray *xxpk_baseUrls;

@property (nonatomic, assign) NSInteger xxpk_baseUrlIdx;

- (NSString *)xxpk_currentBaseUrl;

- (void)xxpk_setCurrentBaseUrlIdx;

- (void)xxpk_next;

@end

NS_ASSUME_NONNULL_END
