DocumentImportMethod @objc public enum DocumentImportMethod : Int, RawRepresentable Undocumented openWith Undocumented Declaration Swift case openWith picker Undocumented Declaration Swift case picker RawValue Declaration Swift public typealias RawValue = String init(rawValue:) Declaration Swift public init?(rawValue: RawValue) rawValue Declaration Swift public var rawValue: String { get }