Skip to content

Commit

Permalink
add support delegates to prevent error message in swift.
Browse files Browse the repository at this point in the history
  • Loading branch information
sssionggg committed Dec 3, 2014
1 parent c040b92 commit 094ab5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NJKScrollFullScreen/NJKScrollFullScreen.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

@protocol NJKScrollFullscreenDelegate;

@interface NJKScrollFullScreen : NSObject<UIScrollViewDelegate>
@interface NJKScrollFullScreen : NSObject<UIScrollViewDelegate, UITableViewDelegate, UIWebViewDelegate>

@property (nonatomic, weak) id<NJKScrollFullscreenDelegate> delegate;

Expand Down

0 comments on commit 094ab5e

Please sign in to comment.