//
//  UIViewController+Hybrid.h
//  react-native-purchasely
//
//  Created by Jean-François GRANG on 13/01/2021.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface UIViewController ()

- (void)close;

@end

NS_ASSUME_NONNULL_END
