Skip to content

Commit

Permalink
Merge pull request #2 from scriptprojectsdev/master
Browse files Browse the repository at this point in the history
Added import statement to fix CGFloat error
  • Loading branch information
marshallino16 authored Jun 16, 2021
2 parents 4af54b5 + efe4ef3 commit b73abb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/ImageCropper/CropperRatio.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//

import Foundation
import CoreGraphics

public struct CropperRatio {

Expand Down

0 comments on commit b73abb4

Please sign in to comment.