Skip to content

Commit

Permalink
Merge pull request #146 from volodg/fix_compilation_for_static_linking
Browse files Browse the repository at this point in the history
Fix compilation for static linking
  • Loading branch information
andreamazz authored Jan 15, 2018
2 parents 79607e3 + bca92ea commit 797755b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/PopTip+Draw.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright © 2017 Andrea Mazzini. All rights reserved.
//

import UIKit

fileprivate func degreesToRadians(degrees: CGFloat) -> CGFloat {
return (CGFloat.pi * degrees) / 180
}
Expand Down
2 changes: 2 additions & 0 deletions Source/PopTip+Transitions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright © 2017 Andrea Mazzini. All rights reserved.
//

import UIKit

public extension PopTip {

/// Triggers the chosen entrance animation
Expand Down

0 comments on commit 797755b

Please sign in to comment.