espagram/Espagram/Persons.m
2012-11-08 18:38:18 +01:00

19 lines
248 B
Objective-C

//
// Persons.m
// Espagram
//
// Created by Abel Fokkinga on 8/29/12.
// Copyright (c) 2012 Abel Fokkinga. All rights reserved.
//
#import "Persons.h"
@implementation Persons
@dynamic language;
@dynamic person;
@dynamic translation;
@end