// Copyright © 2018 650 Industries. All rights reserved. #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface UMAppDelegateWrapper : UIResponder <UIApplicationDelegate> @end NS_ASSUME_NONNULL_END