APLOC2/Week1/APLOC2 Week 1/APLOC2 Week 1/ViewController.h
Brent Marohnic c9adb63f6c Practice 1
2013-02-07 09:01:25 -05:00

17 lines
268 B
Objective-C

//
// ViewController.h
// APLOC2 Week 1
//
// Created by Brent Marohnic on 2/7/13.
// Copyright (c) 2013 Brent Marohnic. All rights reserved.
//
#import <UIKit/UIKit.h>
@class Child;
@interface ViewController : UIViewController
{
UILabel *firstLabel;
}
@end