File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 66// Copyright © 2019 Indragie Karunaratne. All rights reserved.
77//
88
9+ import Foundation
910import CoreGraphics
1011
1112/// Provides identifying information for an element that is displayed in the
Original file line number Diff line number Diff line change 66// Copyright © 2019 Indragie Karunaratne. All rights reserved.
77//
88
9- import Foundation
9+ import UIKit
10+ import CoreGraphics
1011
1112/// A view that draws one or more parallel vertical lines.
1213final class ParallelLineView : UIView {
Original file line number Diff line number Diff line change 77//
88
99import Foundation
10+ import CoreGraphics
1011
1112/// A snapshot of the UI element tree in its current state.
1213@objc ( IAVDSnapshot) public final class Snapshot : NSObject {
You can’t perform that action at this time.
0 commit comments