espagram/Espagram/EspagramWordsInLessonViewController.h
Abel Fokkinga 3013ee52c4 Version 1.1
- Added localised descriptions for all the tenses.
- After selecting a lesson, you will get a screen where you can see both the words in the lesson or start a multiple choice test.
- Lay-out fixes
- UI improvements
2013-01-02 17:33:00 -02:00

21 lines
599 B
Objective-C

//
// EspagramWordsInLessonViewController.h
// Espagram
//
// Created by Abel Fokkinga on 11/14/12.
// Copyright (c) 2012 Abel Fokkinga. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "CoreDataTableViewController.h"
#import "EspagramLessonTesting.h"
#import "EspagramAddWordToLessonViewController.h"
#import "EspagramConjugationTableViewController.h"
#import "Lesson.h"
@interface EspagramWordsInLessonViewController : CoreDataTableViewController <EspagramAddWordToLessonViewControllerDelegate, EspagramLessonTesting>;
@property (strong,nonatomic) UIViewController * delegate;
@end