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?
-
bundleExtension methodThe bundle returned for the given
bundleIdentifier.Declaration
Swift
public var bundle: Bundle?
View on GitHub
RSDDecodableBundleInfo Protocol Reference