// // SprintlyRoutineComponent.m // Sprintly // // Created by Varun Mehta on 6/10/12. // Copyright (c) 2012 __MyCompanyName__. All rights reserved. // #import "SprintlyRoutineComponent.h" @implementation SprintlyRoutineComponent @synthesize workoutType; @synthesize componentDuration; @end