From 2b79815c7e4cfd26699aafd2f0be468ff4951a06 Mon Sep 17 00:00:00 2001 From: lint <47455468+lint@users.noreply.github.com> Date: Mon, 8 Feb 2021 13:47:36 -0500 Subject: [PATCH] Add UIKit import --- tweak/AlienBlue.h | 2 ++ tweak/Antenna.h | 2 ++ tweak/Apollo.h | 2 ++ tweak/BaconReader.h | 2 ++ tweak/Beam.h | 2 ++ tweak/Narwhal.h | 2 ++ tweak/Reddit.h | 3 +++ tweak/Slide.h | 2 ++ tweak/assets/TFHelper.h | 2 ++ 9 files changed, 19 insertions(+) diff --git a/tweak/AlienBlue.h b/tweak/AlienBlue.h index bf9c101..73b2e26 100644 --- a/tweak/AlienBlue.h +++ b/tweak/AlienBlue.h @@ -1,4 +1,6 @@ +#import + /* -- Voteable Interfaces -- */ @interface VoteableElement : NSObject diff --git a/tweak/Antenna.h b/tweak/Antenna.h index 3709d93..f9a7dbe 100644 --- a/tweak/Antenna.h +++ b/tweak/Antenna.h @@ -1,4 +1,6 @@ +#import + /* -- Comment Interfaces -- */ @interface RCCommentSwift diff --git a/tweak/Apollo.h b/tweak/Apollo.h index e0856e5..25b5220 100644 --- a/tweak/Apollo.h +++ b/tweak/Apollo.h @@ -1,4 +1,6 @@ +#import + /* -- Comment Interfaces -- */ @interface RKComment diff --git a/tweak/BaconReader.h b/tweak/BaconReader.h index 90deb58..c6d65fb 100644 --- a/tweak/BaconReader.h +++ b/tweak/BaconReader.h @@ -1,4 +1,6 @@ +#import + /* -- Votable Interfaces -- */ @interface BRVotable diff --git a/tweak/Beam.h b/tweak/Beam.h index f0b5631..c0da02b 100644 --- a/tweak/Beam.h +++ b/tweak/Beam.h @@ -1,4 +1,6 @@ +#import + /* -- Comment Interfaces -- */ @interface Comment diff --git a/tweak/Narwhal.h b/tweak/Narwhal.h index ea9ac99..82308df 100644 --- a/tweak/Narwhal.h +++ b/tweak/Narwhal.h @@ -1,4 +1,6 @@ +#import + /* -- Comment Interfaces -- */ @interface RKComment diff --git a/tweak/Reddit.h b/tweak/Reddit.h index 5f9ac6d..371659f 100755 --- a/tweak/Reddit.h +++ b/tweak/Reddit.h @@ -1,3 +1,6 @@ + +#import + /* ---- Reddit v3 & v4 ---- */ /* -- Comment Interfaces -- */ diff --git a/tweak/Slide.h b/tweak/Slide.h index 46af68c..eb99862 100644 --- a/tweak/Slide.h +++ b/tweak/Slide.h @@ -1,4 +1,6 @@ +#import + /* -- Comment Interfaces -- */ @interface RComment diff --git a/tweak/assets/TFHelper.h b/tweak/assets/TFHelper.h index d37ca68..3897e03 100644 --- a/tweak/assets/TFHelper.h +++ b/tweak/assets/TFHelper.h @@ -1,4 +1,6 @@ +#import + #define SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] != NSOrderedAscending) @interface TFHelper : NSObject