Skip to content

Commit

Permalink
Remove method declarations
Browse files Browse the repository at this point in the history
Only more work to keep them in sync with implementation for no real
gain.
  • Loading branch information
rhult committed Oct 2, 2012
1 parent 6b55a63 commit 27674e6
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions vendor/ZKRevealingTableViewCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,6 @@ @interface ZKRevealingTableViewCell ()
@property (nonatomic, strong) UIView *horizontalShadowView;
@property (nonatomic, strong) UIView *verticalShadowView;

- (void)_slideInContentViewFromDirection:(ZKRevealingTableViewCellDirection)direction offsetMultiplier:(CGFloat)multiplier emitSnapBack:(BOOL)emitSnapBack;
- (void)_slideOutContentViewInDirection:(ZKRevealingTableViewCellDirection)direction;

- (void)_pan:(UIPanGestureRecognizer *)panGesture;

- (void)_setRevealing:(BOOL)revealing;

- (CGFloat)_originalCenter;
- (CGFloat)_bounceMultiplier;

- (BOOL)_shouldDragLeft;
- (BOOL)_shouldDragRight;
- (BOOL)_shouldReveal;

@end

@implementation ZKRevealingTableViewCell
Expand Down

0 comments on commit 27674e6

Please sign in to comment.