Skip to content

Commit

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

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

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

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

0 comments on commit a41e3c8

Please sign in to comment.