// // 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