APLOC2/Week3/datePlanner/datePlanner/ViewController.h

21 lines
302 B
Objective-C

//
// ViewController.h
// datePlanner
//
// Created by Brent Marohnic on 2/19/13.
// Copyright (c) 2013 Brent Marohnic. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "ViewController2.h"
@interface ViewController : UIViewController
{
}
-(IBAction)showSecondView:(id)sender;
@end