// // ViewControllerScreen.h // FMC Planner 2 // // Created by Kilian Hofmann on 20.03.16. // Copyright © 2016 Kilian Hofmann. All rights reserved. // #import @class ViewController; @interface ViewControllerScreen : UIViewController @property(strong, nonatomic) IBOutletCollection(UILabel) NSArray *LSK; @property(strong, nonatomic) IBOutlet UILabel *Scratchpad; @property(strong, nonatomic) IBOutlet UILabel *Header; @property(strong, nonatomic) ViewController *main; @end