Version 0.1. Conjugation kinda working from the testing screen
This commit is contained in:
@@ -7,9 +7,16 @@
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "Tense.h"
|
||||
|
||||
@protocol Conjugator
|
||||
|
||||
- (NSString *) conjugateVerb:(NSString *) verb inPerson:(NSString *) person andTense:(NSString *) tense;
|
||||
|
||||
- (NSDictionary *) persons;
|
||||
- (NSArray *) personsKeys;
|
||||
|
||||
- (NSString *) conjugateVerb:(NSString *) verb inPerson:(NSString *) person andTense:(Tense *) tense;
|
||||
|
||||
- (NSString *) description;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user