UAAutomationResources
Objective-C
@interface UAAutomationResources : NSObject
Swift
class AutomationResources : NSObject
Interface for accessing AirshipAutomation resources.
-
The resource bundle.
Declaration
Objective-C
+ (nonnull NSBundle *)bundle;
Swift
class func bundle() -> Bundle
Return Value
The resource bundle.