Skip to content

Commit

Permalink
fix: UIKit imports
Browse files Browse the repository at this point in the history
  • Loading branch information
taflanidi committed Jul 5, 2023
1 parent 8ca4f1d commit 94f49c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Source/InputMask/InputMask/Classes/InputMask.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
// Created by Jeorge Taflanidi
//

#if canImport(UIKit)
#import <UIKit/UIKit.h>
#endif

#if canImport(AppKit)
#import <AppKit/AppKit.h>
#endif

//! Project version number for InputMask.
FOUNDATION_EXPORT double InputMaskVersionNumber;
Expand Down

0 comments on commit 94f49c3

Please sign in to comment.