Browse Source

Add UIKit import

master
lint 3 years ago
parent
commit
2b79815c7e
9 changed files with 19 additions and 0 deletions
  1. +2
    -0
      tweak/AlienBlue.h
  2. +2
    -0
      tweak/Antenna.h
  3. +2
    -0
      tweak/Apollo.h
  4. +2
    -0
      tweak/BaconReader.h
  5. +2
    -0
      tweak/Beam.h
  6. +2
    -0
      tweak/Narwhal.h
  7. +3
    -0
      tweak/Reddit.h
  8. +2
    -0
      tweak/Slide.h
  9. +2
    -0
      tweak/assets/TFHelper.h

+ 2
- 0
tweak/AlienBlue.h View File

@@ -1,4 +1,6 @@

#import <UIKit/UIKit.h>

/* -- Voteable Interfaces -- */

@interface VoteableElement : NSObject

+ 2
- 0
tweak/Antenna.h View File

@@ -1,4 +1,6 @@
#import <UIKit/UIKit.h>
/* -- Comment Interfaces -- */
@interface RCCommentSwift

+ 2
- 0
tweak/Apollo.h View File

@@ -1,4 +1,6 @@
#import <UIKit/UIKit.h>
/* -- Comment Interfaces -- */
@interface RKComment

+ 2
- 0
tweak/BaconReader.h View File

@@ -1,4 +1,6 @@
#import <UIKit/UIKit.h>
/* -- Votable Interfaces -- */
@interface BRVotable

+ 2
- 0
tweak/Beam.h View File

@@ -1,4 +1,6 @@
#import <UIKit/UIKit.h>
/* -- Comment Interfaces -- */
@interface Comment

+ 2
- 0
tweak/Narwhal.h View File

@@ -1,4 +1,6 @@
#import <UIKit/UIKit.h>
/* -- Comment Interfaces -- */
@interface RKComment

+ 3
- 0
tweak/Reddit.h View File

@@ -1,3 +1,6 @@
#import <UIKit/UIKit.h>
/* ---- Reddit v3 & v4 ---- */
/* -- Comment Interfaces -- */

+ 2
- 0
tweak/Slide.h View File

@@ -1,4 +1,6 @@
#import <UIKit/UIKit.h>
/* -- Comment Interfaces -- */
@interface RComment

+ 2
- 0
tweak/assets/TFHelper.h View File

@@ -1,4 +1,6 @@
#import <UIKit/UIKit.h>
#define SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] != NSOrderedAscending)
@interface TFHelper : NSObject

Loading…
Cancel
Save