Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
honcheng committed Dec 7, 2012
2 parents 692cbb5 + 6e306f1 commit 9f740e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions PaperFoldMenuController/PaperFoldMenuController.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
@property (nonatomic, strong) NSMutableArray *viewControllers;
@property (nonatomic, weak) UITableView *menuTableView;
@property (nonatomic, weak) UIView *contentView;
@property (nonatomic, weak) ShadowView *menuTableViewSideShadowView;
@property (nonatomic, weak) id<PaperFoldMenuControllerDelegate> delegate;
@property (nonatomic, assign) BOOL onlyAllowEdgeDrag;
/**
Expand Down
1 change: 0 additions & 1 deletion PaperFoldMenuController/PaperFoldMenuController.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ @interface PaperFoldMenuController ()
/**
* A UIView with shadow at joint between the menu and content view
*/
@property (nonatomic, weak) ShadowView *menuTableViewSideShadowView;
@property (nonatomic, assign) float menuWidth;
@property (nonatomic, assign) int numberOfFolds;
@property (nonatomic, strong) NSMutableArray *viewDidLoadBlocks;
Expand Down

0 comments on commit 9f740e2

Please sign in to comment.