Browse Source

头文件问题

考虑到项目中没有PCH的情况,需要手动包含UIKit.h
M了个J 9 năm trước cách đây
mục cha
commit
e1f17e6a17
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;