瀏覽代碼

Add UIKit import

master
lint 3 年之前
父節點
當前提交
2b79815c7e
共有 9 個文件被更改,包括 19 次插入0 次删除
  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 查看文件

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

#import <UIKit/UIKit.h>

/* -- Voteable Interfaces -- */

@interface VoteableElement : NSObject

+ 2
- 0
tweak/Antenna.h 查看文件

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

+ 2
- 0
tweak/Apollo.h 查看文件

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

+ 2
- 0
tweak/BaconReader.h 查看文件

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

+ 2
- 0
tweak/Beam.h 查看文件

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

+ 2
- 0
tweak/Narwhal.h 查看文件

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

+ 3
- 0
tweak/Reddit.h 查看文件

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

+ 2
- 0
tweak/Slide.h 查看文件

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

+ 2
- 0
tweak/assets/TFHelper.h 查看文件

@@ -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…
取消
儲存