APLOC2/Week2/APLOCWeek2/APLOCWeek2/ViewController2.h
2013-02-14 14:09:42 -05:00

20 lines
268 B
Objective-C

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