Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The pulldown menu supports both navigation controllers and views, users can eith
.h

```objective-c
#import "PulldownMenu.h"
# import "PulldownMenu.h"

@interface MasterNavigationController : UINavigationController<PulldownMenuDelegate> {
PulldownMenu *pulldownMenu;
Expand Down Expand Up @@ -51,7 +51,7 @@ The pulldown menu supports both navigation controllers and views, users can eith
.h

```objective-c
#import "PulldownMenu.h"
# import "PulldownMenu.h"

@interface MainViewController : UIViewController<PulldownMenuDelegate, UIScrollViewDelegate> {
PulldownMenu *pulldownMenu;
Expand Down