//
//  ICustomUIUtil.h
//  SecurityGuardMiddleTier
//
//  Created by yhN on 2020/4/28.
//  Copyright © 2020 Li Fengzhong. All rights reserved.
//

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@protocol ICustomUIUtil <NSObject>

-(NSObject*) getCustomUIWindowScene;

@end

NS_ASSUME_NONNULL_END
