16 lines
302 B
Objective-C
16 lines
302 B
Objective-C
// Copyright 2018-present 650 Industries. All rights reserved.
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
/**
|
|
Loads `ExpoAppDelegate` subscribers based on
|
|
the list from the generated `ExpoModulesProvider`.
|
|
*/
|
|
@interface EXAppDelegatesLoader : NSObject
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|