Skip to content

Commit

Permalink
Merge pull request #449 from jj2564/master
Browse files Browse the repository at this point in the history
fix UIView+ScreenshotProtection need `import UIKit`
  • Loading branch information
tommyming committed Mar 19, 2024
2 parents 5d94d49 + aeabe09 commit 3912f86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2023 suzuki_keishi. All rights reserved.
//

import Foundation
import UIKit

extension UIView {
func protectScreenshot() {
Expand Down

0 comments on commit 3912f86

Please sign in to comment.