Skip to content

Commit

Permalink
Merge pull request #122 from EnesKaraosman/main
Browse files Browse the repository at this point in the history
[FIX] #121 Necessary imports added to build successfully (for SPM)
  • Loading branch information
jegnux authored Jan 22, 2021
2 parents 6befc45 + 9f8a7b0 commit 54af729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Pod/Classes/GestureRecognizer+RxGesture.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

import RxSwift
import RxCocoa
import struct CoreGraphics.CGPoint

public typealias LocationInView = (RxGestureView) -> CGPoint

Expand Down
1 change: 1 addition & 0 deletions Pod/Classes/View+RxGesture.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

import RxSwift
import RxCocoa
import Dispatch

extension Reactive where Base: RxGestureView {

Expand Down

0 comments on commit 54af729

Please sign in to comment.