FMCPlanner2/FMC Planner 2/TableViewController.h

17 lines
331 B
Objective-C

//
// TableViewController.h
// FMC Planner 2
//
// Created by Kilian Hofmann on 27.03.16.
// Copyright © 2016 Kilian Hofmann. All rights reserved.
//
#import "SharedDeclerations.h"
#import <UIKit/UIKit.h>
@interface TableViewController : UITableViewController
@property(strong, nonatomic) NSMutableArray *dataSource;
@end