Skip to content

Commit

Permalink
Attempt at detail view
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Davis committed Aug 10, 2012
1 parent 896ac71 commit b898c02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file not shown.
5 changes: 5 additions & 0 deletions Generations-Inc/EventsDetailViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#import <UIKit/UIKit.h>

@class Event;
@class EventDataController;

@interface EventsDetailViewController : UIViewController

Expand All @@ -17,4 +18,8 @@
@property (weak, nonatomic) IBOutlet UILabel *descLabel;
@property (weak, nonatomic) IBOutlet UILabel *dateLabel;

@property (weak, nonatomic) EventDataController *myEvents;
@property (weak, nonatomic) EventDataController *upcomingEvents;
@property (weak, nonatomic) EventDataController *bookmarkedEvents;

@end

0 comments on commit b898c02

Please sign in to comment.