RSDDecodableBundleInfo
public protocol RSDDecodableBundleInfo
RSDDecodableBundleInfo
is a convenience protocol for getting a bundle from a bundle identifier.
-
The bundle identifier.
Declaration
Swift
var bundleIdentifier : String?
-
bundle
Extension methodThe bundle returned for the given
bundleIdentifier
.Declaration
Swift
public var bundle: Bundle?