// // Protocols.h // XNI // // Created by Matej Jan on 27.7.10. // Copyright 2010 Retronator. All rights reserved. // #import @interface Protocols : NSObject { } + (Protocol*) graphicsDeviceManager; + (Protocol*) graphicsDeviceService; @end