UIViewController+Present.m 359 Bytes
//
//  UIViewController+CNLivePresent.m
//  CNLiveMineModule
//
//  Created by CNLive-zxw on 2019/11/23.
//  Copyright © 2019 153993236@qq.com. All rights reserved.
//

#import "UIViewController+Present.h"

@implementation UIViewController (Present)

- (UIModalPresentationStyle)modalPresentationStyle{
    return UIModalPresentationFullScreen;
    
}

@end