20 lines
283 B
Objective-C
20 lines
283 B
Objective-C
//
|
|
// Conjugations.m
|
|
// Espagram
|
|
//
|
|
// Created by Abel Fokkinga on 8/29/12.
|
|
// Copyright (c) 2012 Abel Fokkinga. All rights reserved.
|
|
//
|
|
|
|
#import "Conjugations.h"
|
|
#import "Persons.h"
|
|
|
|
|
|
@implementation Conjugations
|
|
|
|
@dynamic root;
|
|
@dynamic exit;
|
|
@dynamic conjugationPerson;
|
|
|
|
@end
|