// // EspagramLessonTesting.h // Espagram // // Created by Abel Fokkinga on 12/22/12. // Copyright (c) 2012 Abel Fokkinga. All rights reserved. // #import #import "Lesson.h" @protocol EspagramLessonTesting @property (nonatomic,strong) Lesson *lesson; @end