19 lines
244 B
Objective-C
19 lines
244 B
Objective-C
//
|
|
// Tenses.m
|
|
// Espagram
|
|
//
|
|
// Created by Abel Fokkinga on 8/29/12.
|
|
// Copyright (c) 2012 Abel Fokkinga. All rights reserved.
|
|
//
|
|
|
|
#import "Tenses.h"
|
|
|
|
|
|
@implementation Tenses
|
|
|
|
@dynamic tense;
|
|
@dynamic language;
|
|
@dynamic translation;
|
|
|
|
@end
|