Browse Source

头文件问题

考虑到项目中没有PCH的情况,需要手动包含UIKit.h
M了个J 9 years ago
parent
commit
e1f17e6a17
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MJRefresh/NSBundle+MJRefresh.h

+ 1 - 1
MJRefresh/NSBundle+MJRefresh.h

@@ -6,7 +6,7 @@
 //  Copyright © 2016年 小码哥. All rights reserved.
 //
 
-#import <Foundation/Foundation.h>
+#import <UIKit/UIKit.h>
 
 @interface NSBundle (MJRefresh)
 + (instancetype)mj_refreshBundle;