Skip to content

Commit

Permalink
头文件问题
Browse files Browse the repository at this point in the history
考虑到项目中没有PCH的情况,需要手动包含UIKit.h
  • Loading branch information
520dev committed Jul 6, 2016
1 parent 87a1299 commit e1f17e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MJRefresh/NSBundle+MJRefresh.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2016年 小码哥. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

@interface NSBundle (MJRefresh)
+ (instancetype)mj_refreshBundle;
Expand Down

0 comments on commit e1f17e6

Please sign in to comment.