xref: /expo/ios/Exponent/Kernel/AppLoader/CachedResource/EXJavaScriptResource.h (revision 0680b787)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2015-present 650 Industries. All rights reserved.
2 
3 #import "EXCachedResource.h"
4 
5 NS_ASSUME_NONNULL_BEGIN
6 
7 @interface EXJavaScriptResource : EXCachedResource
8 
9 - (instancetype)initWithResourceName:(NSString *)resourceName
10                         resourceType:(NSString *)resourceType
11                            remoteUrl:(NSURL *)url
12                            cachePath:(NSString * _Nullable)cachePath NS_UNAVAILABLE;
13 
14 - (instancetype)initWithBundleName:(NSString *)bundleName
15                          remoteUrl:(NSURL *)url
16                    devToolsEnabled:(BOOL)devToolsEnabled NS_DESIGNATED_INITIALIZER;
17 
18 @end
19 
20 NS_ASSUME_NONNULL_END
21 

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025