espagram/Espagram/Lesson.m
2012-11-23 23:06:49 +01:00

23 lines
313 B
Objective-C

//
// Lesson.m
// Espagram
//
// Created by Abel Fokkinga on 11/13/12.
// Copyright (c) 2012 Abel Fokkinga. All rights reserved.
//
#import "Lesson.h"
#import "Verb.h"
@implementation Lesson
@dynamic dateAdded;
@dynamic subTitle;
@dynamic tense;
@dynamic title;
@dynamic conjugator;
@dynamic verbs;
@end