// // Copyright (c) ZeroC, Inc. All rights reserved. // #import ICE_API @interface ICELocalObject : NSObject { void* cxxObject_; } @end