Sha256: f1deed4e3d6cc8b3539c2734a447542670f10fc936b19e0bd9da82707fdb8824
Contents?: true
Size: 565 Bytes
Versions: 2
Compression:
Stored size: 565 Bytes
Contents
// // TablesViewController.h // FurterApp // // Created by Jeremy Stewart on 5/5/13. // Copyright (c) 2013 Levi Wilson. All rights reserved. // #import <UIKit/UIKit.h> @interface TablesViewController : UIViewController<UITableViewDataSource, UITableViewDelegate> { NSArray *tableData; NSArray *firstSectionData; NSArray *secondSectionData; } @property (weak, nonatomic) IBOutlet UILabel *selectedLabel; @property (weak, nonatomic) IBOutlet UITableView *testTableView; @property (weak, nonatomic) IBOutlet UITableView *multipleSectionsTable; @end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
furter-0.0.3.3 | app/FurterApp/TablesViewController.h |
furter-0.0.3.2 | app/FurterApp/TablesViewController.h |