Skip to content

Commit a41e3c8

Browse files
committed
fix: imports
1 parent 04cba3d commit a41e3c8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Source/InputMask/InputMask/Classes/InputMask.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
// Created by Jeorge Taflanidi
44
//
55

6-
#if canImport(UIKit)
7-
#import <UIKit/UIKit.h>
8-
#endif
9-
10-
#if canImport(AppKit)
11-
#import <AppKit/AppKit.h>
12-
#endif
6+
#import <Foundation/Foundation.h>
137

148
//! Project version number for InputMask.
159
FOUNDATION_EXPORT double InputMaskVersionNumber;

0 commit comments

Comments
 (0)