APLOC2/Week1/APLOC2 Week 1/APLOC2 Week 1/BadChild.m
2013-02-07 22:52:03 -05:00

20 lines
283 B
Objective-C

//
// BadChild.m
// APLOC2 Week 1
//
// Created by Brent Marohnic on 2/7/13.
// Copyright (c) 2013 Brent Marohnic. All rights reserved.
//
#import "BadChild.h"
#import "Child.h"
@implementation BadChild
-(void)setAttributes
{
intChild = 1;
strName = @"Connor";
}
@end