// // Copyright (c) ZeroC, Inc. All rights reserved. // #import "LocalObject.h" @class ICECommunicator; @class ICEProcess; @class ICEPropertiesAdmin; @class ICEUnsupportedAdminFacet; @protocol ICEBlobjectFacade; NS_ASSUME_NONNULL_BEGIN ICEIMPL_API @protocol ICEAdminFacetFactory +(id) createProcess:(ICECommunicator*)communicator handle:(ICEProcess*)handle; +(id) createProperties:(ICECommunicator*)communicator handle:(ICEPropertiesAdmin*)handle; +(id) createUnsupported:(ICECommunicator*)communicator handle:(ICEUnsupportedAdminFacet*)handle; @end NS_ASSUME_NONNULL_END