Sha256: e0b226dd1c9c3f091fd7bf6f068b16695b774c2a58f91e661491658dff0725d8

Contents?: true

Size: 416 Bytes

Versions: 2

Compression:

Stored size: 416 Bytes

Contents

//
//  <%= @class_name %>ListMediator.h
//  PureMVC_ObjectiveC
//
//  Created by <%= @developer.capitalize %> on <%= @created_on %>
//  Copyright(c) <%= Time.now.year %>, All rights reserved.
//

#import <UIKit/UIKit.h>
#import "Mediator.h"
#import "<%= @class_name %>List.h"
#import "ApplicationFacade.h"

@interface <%= @class_name %>ListMediator : Mediator <<%= @class_name %>ListViewControllerDelegate>{
}

@end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
appjam-0.1.2 lib/appjam/generators/project/Classes/contacts/view/UserListMediator.h.tt
appjam-0.1.1 lib/appjam/generators/project/Classes/contacts/view/UserListMediator.h.tt