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
This commit is contained in:
16
Espagram/EspagramLessonTesting.h
Normal file
16
Espagram/EspagramLessonTesting.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// EspagramLessonTesting.h
|
||||
// Espagram
|
||||
//
|
||||
// Created by Abel Fokkinga on 12/22/12.
|
||||
// Copyright (c) 2012 Abel Fokkinga. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "Lesson.h"
|
||||
|
||||
@protocol EspagramLessonTesting
|
||||
|
||||
@property (nonatomic,strong) Lesson *lesson;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user