소스 검색

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…
취소
저장