APLOC2/Week1/APLOC2 Week 1/APLOC2 Week 1/RottenChild.m
Brent Marohnic 8d1db02fb8 Final Commit
2013-02-07 23:46:04 -05:00

20 lines
291 B
Objective-C

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