summaryrefslogtreecommitdiff
path: root/swift/src/IceObjc/OutputStream.h
blob: 40bc76355b7419914d65661b80bd08914f830dea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@protocol ICEOutputStreamHelper
-(void) copy:(NSData*)bytes;
@end

NS_ASSUME_NONNULL_END