Skip to content

Commit

Permalink
No need for @dynamic
Browse files Browse the repository at this point in the history
Just to simplify the demo app a little.
  • Loading branch information
rhult committed Oct 2, 2012
1 parent 2339a34 commit a2f6dde
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ZKRevealingTableViewCell/ZKRevealingTableViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ @interface ZKRevealingTableViewController () {
@implementation ZKRevealingTableViewController

@synthesize objects;
@dynamic currentlyRevealedCell;

- (void)viewDidLoad
{
Expand All @@ -62,11 +61,6 @@ - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interface

#pragma mark - Accessors

- (ZKRevealingTableViewCell *)currentlyRevealedCell
{
return _currentlyRevealedCell;
}

- (void)setCurrentlyRevealedCell:(ZKRevealingTableViewCell *)currentlyRevealedCell
{
if (_currentlyRevealedCell == currentlyRevealedCell)
Expand Down

0 comments on commit a2f6dde

Please sign in to comment.