Version 1.0
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// Lesson.h
|
||||
// Espagram
|
||||
//
|
||||
// Created by Abel Fokkinga on 11/13/12.
|
||||
// Created by Abel Fokkinga on 11/23/12.
|
||||
// Copyright (c) 2012 Abel Fokkinga. All rights reserved.
|
||||
//
|
||||
|
||||
@@ -13,11 +13,11 @@
|
||||
|
||||
@interface Lesson : NSManagedObject
|
||||
|
||||
@property (nonatomic, retain) NSString * conjugator;
|
||||
@property (nonatomic, retain) NSDate * dateAdded;
|
||||
@property (nonatomic, retain) NSString * subTitle;
|
||||
@property (nonatomic, retain) NSString * tense;
|
||||
@property (nonatomic, retain) NSString * title;
|
||||
@property (nonatomic, retain) NSString * conjugator;
|
||||
@property (nonatomic, retain) NSSet *verbs;
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user