Skip to content

Commit

Permalink
Update NJKWebViewProgress.h
Browse files Browse the repository at this point in the history
fix NJKWebViewProgress.h:23:42: Cannot find protocol declaration for 'UIWebViewDelegate'
  • Loading branch information
masbog committed Mar 22, 2015
1 parent c46096e commit 23d47d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NJKWebViewProgress/NJKWebViewProgress.h
Expand Up @@ -6,6 +6,7 @@
//

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

#undef njk_weak
#if __has_feature(objc_arc_weak)
Expand Down

0 comments on commit 23d47d9

Please sign in to comment.