TyphoonBundleResource
Objective-C
@interface TyphoonBundleResource : TyphoonPathResource <TyphoonResource>
Swift
class TyphoonBundleResource : TyphoonPathResource, TyphoonResource
@ingroup Configuration
Represents a resource within the application bundle.
-
Undocumented
Declaration
Objective-C
+ (id <TyphoonResource>)withName:(NSString *)name;
Swift
class func withName(_ name: String!) -> (any TyphoonResource)!
-
Undocumented
Declaration
Objective-C
+ (id <TyphoonResource>)withName:(NSString *)name inBundle:(NSBundle *)bundle;
Swift
class func withName(_ name: String!, in bundle: Bundle!) -> (any TyphoonResource)!