Skip to content

Commit

Permalink
[FIX] #121 Necessary imports added to build successfully (for SPM)
Browse files Browse the repository at this point in the history
  • Loading branch information
EnesKaraosman committed Jan 10, 2021
1 parent 6befc45 commit 9f8a7b0
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 9f8a7b0

Please sign in to comment.