// // ThirdViewController.h // LearnXCode // // Created by Amalan Iyengar on 7/25/14. // Copyright (c) 2014 Amalan Iyengar. All rights reserved. // #import @interface ThirdViewController : UIViewController { IBOutlet UILabel *label; IBOutlet UIButton *button; } - (IBAction)changeText; @end