1 // Copyright 2018-present 650 Industries. All rights reserved.
2 
3 #import <Foundation/Foundation.h>
4 
5 NS_ASSUME_NONNULL_BEGIN
6 
7 /**
8  Loads `ExpoAppDelegate` subscribers based on
9  the list from the generated `ExpoModulesProvider`.
10  */
11 @interface EXAppDelegatesLoader : NSObject
12 
13 @end
14 
15 NS_ASSUME_NONNULL_END
16