#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "BSUTypes.h"

@interface BSUPluginUtil : NSObject

/// Returns the Unity view controller.
+ (UIViewController *)unityGLViewController;
+ (CGRect)safeAdSizeFromWidth:(NSInteger)width height:(NSInteger)height;

@end
