Skip to content

Commit

Permalink
Minor reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Jan 10, 2014
1 parent be4bdb6 commit 6b38fe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Example/RootViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@
#import <UIKit/UIKit.h>
#import "TTTAttributedLabel.h"

@interface RootViewController : UITableViewController <TTTAttributedLabelDelegate, UIActionSheetDelegate> {
NSArray *_espressos;
}
@interface RootViewController : UITableViewController <TTTAttributedLabelDelegate, UIActionSheetDelegate>

@property (nonatomic) NSArray *espressos;
@property (nonatomic, strong) NSArray *espressos;

@end
1 change: 0 additions & 1 deletion Example/RootViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#import "DetailViewController.h"

@implementation RootViewController
@synthesize espressos = _espressos;

- (id)init {
self = [super initWithStyle:UITableViewStylePlain];
Expand Down

0 comments on commit 6b38fe8

Please sign in to comment.