Skip to content

Commit

Permalink
Update Tweak.x
Browse files Browse the repository at this point in the history
Removed unnecessary header
  • Loading branch information
ObscureMosquito authored Sep 11, 2023
1 parent df7f133 commit b5cd4e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tweak.x
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import <objc/runtime.h>
#import <substrate.h>
#import <CustomURLProtocol.h>
Expand Down Expand Up @@ -48,4 +47,4 @@ static void init_hook() {
// Other initialization code for your tweak
}

%end
%end

0 comments on commit b5cd4e7

Please sign in to comment.