Sha256: 42b38216b911df8c4d4f7f0389fbd15a2ee16d24a5f524a63e0c119f022d1415
Contents?: true
Size: 354 Bytes
Versions: 4
Compression:
Stored size: 354 Bytes
Contents
// // UserProxy.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 "Proxy.h" @interface UserProxy : Proxy { } -(void)create:(id)item; -(void)update:(id)item; -(void)delete:(id)item; @end
Version data entries
4 entries across 4 versions & 1 rubygems