APLOC2/Week2/APLOCWeek2/APLOCWeek2/bikeEvent.h
2013-02-14 22:16:58 -05:00

17 lines
297 B
Objective-C

//
// bikeEvent.h
// APLOCWeek2
//
// Created by Brent Marohnic on 2/14/13.
// Copyright (c) 2013 Brent Marohnic. All rights reserved.
//
#import "baseEvent.h"
@interface bikeEvent : baseEvent
// event specific data members used to calculate event time
@property int elevationInFeet;
@end