blob: 5e9e0c65be8acedddddb057f1fe3bb6a8c3a1a08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
#import <Foundation/Foundation.h>
#ifdef __cplusplus
#include <Ice/Ice.h>
#include <IceSSL/IceSSL.h>
#if TARGET_OS_IPHONE
# include <IceIAP/IceIAP.h>
#endif
#endif
# define ICE_SWIFT_UNAVAILABLE(msg) __attribute__((unavailable(msg)))
|