//
//  XXGCountryCodeButton.h
//  XXGPlayKit
//
//  Created by apple on 2025/3/16.
//

#import "XXGCountryCodeSelectorViewController.h"

NS_ASSUME_NONNULL_BEGIN

@interface XXGCountryCodeButton : UIButton<XXGCountryCodeSelectorDelegate> 
- (instancetype)initWithCurrentViewController:(UIViewController *)viewController;
@property (nonatomic, weak) UIViewController *xxpk_currentViewController;
@property (nonatomic, strong) XXGCountry *xxpk_currentCountry;
@end

NS_ASSUME_NONNULL_END
