Skip to content

Commit e1f17e6

Browse files
committed
头文件问题
考虑到项目中没有PCH的情况,需要手动包含UIKit.h
1 parent 87a1299 commit e1f17e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MJRefresh/NSBundle+MJRefresh.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright © 2016年 小码哥. All rights reserved.
77
//
88

9-
#import <Foundation/Foundation.h>
9+
#import <UIKit/UIKit.h>
1010

1111
@interface NSBundle (MJRefresh)
1212
+ (instancetype)mj_refreshBundle;

0 commit comments

Comments
 (0)