16 lines
268 B
Objective-C
16 lines
268 B
Objective-C
//
|
|
// ConjugateRegularVerb.h
|
|
// Espagram
|
|
//
|
|
// Created by Abel Fokkinga on 8/29/12.
|
|
// Copyright (c) 2012 Abel Fokkinga. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "Conjugator.h"
|
|
|
|
@interface SpanishConjugator : NSObject <Conjugator>
|
|
|
|
|
|
@end
|