Skip to content

Commit 5fd25f1

Browse files
author
Baris Sencan
committed
Fix typo and import
1 parent bfb61d8 commit 5fd25f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ManualLayout/Operators.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
// Copyright (c) 2015 Baris Sencan. All rights reserved.
77
//
88

9-
import Foundation
9+
import UIKit
1010

11-
infix operator =~ { associativity right precedence 150 }
11+
infix operator =~ { associativity right precedence 150 }
1212

1313
public func =~ (inout point: CGPoint, pointTuple: (CGFloat, CGFloat)) -> CGPoint {
1414
point = CGPoint(x: pointTuple.0, y: pointTuple.1)

0 commit comments

Comments
 (0)