BBASMAdPresentationController.h 327 Bytes
//
//  BBASMAdPresentationController.h
//  BBAMNP
//
//  Created by xutingting on 2019/9/26.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface BBASMAdPresentationController : UIPresentationController <UIViewControllerTransitioningDelegate>

- (void)setPresentHeight:(CGFloat)height;

@end

NS_ASSUME_NONNULL_END