Sha256: c603c8cc526a8539f20fd2a0a25042b6ccd0d27751f98a5ddc1f6f931ebd6ef1
Contents?: true
Size: 384 Bytes
Versions: 4
Compression:
Stored size: 384 Bytes
Contents
// // UserListMediator.h // PureMVC_ObjectiveC // // PureMVC Port to ObjectiveC by Brian Knorr <brian.knorr@puremvc.org> // PureMVC - Copyright(c) 2006-2008 Futurescale, Inc., Some rights reserved. // #import <UIKit/UIKit.h> #import "Mediator.h" #import "UserList.h" #import "ApplicationFacade.h" @interface UserListMediator : Mediator <UserListViewControllerDelegate>{ } @end
Version data entries
4 entries across 4 versions & 1 rubygems