APLOC2/Week1/APLOC2 Week 1/APLOC2 Week 1/Child.m
2013-02-07 05:05:46 -05:00

14 lines
188 B
Objective-C

//
// Child.m
// APLOC2 Week 1
//
// Created by Brent Marohnic on 2/7/13.
// Copyright (c) 2013 Brent Marohnic. All rights reserved.
//
#import "Child.h"
@implementation Child
@end