]> git.saurik.com Git - apple/security.git/blobdiff - keychain/ot/proto/generated_source/OTSupportSOSMessage.h
Security-59754.41.1.tar.gz
[apple/security.git] / keychain / ot / proto / generated_source / OTSupportSOSMessage.h
diff --git a/keychain/ot/proto/generated_source/OTSupportSOSMessage.h b/keychain/ot/proto/generated_source/OTSupportSOSMessage.h
new file mode 100644 (file)
index 0000000..d998288
--- /dev/null
@@ -0,0 +1,43 @@
+// This file was automatically generated by protocompiler
+// DO NOT EDIT!
+// Compiled from OTPairingMessage.proto
+
+#import <Foundation/Foundation.h>
+#import <ProtocolBuffer/PBCodable.h>
+
+#import "OTGlobalEnums.h"
+
+#ifdef __cplusplus
+#define OTSUPPORTSOSMESSAGE_FUNCTION extern "C" __attribute__((visibility("hidden")))
+#else
+#define OTSUPPORTSOSMESSAGE_FUNCTION extern __attribute__((visibility("hidden")))
+#endif
+
+__attribute__((visibility("hidden")))
+@interface OTSupportSOSMessage : PBCodable <NSCopying>
+{
+    OTSupportType _supported;
+    struct {
+        int supported:1;
+    } _has;
+}
+
+
+@property (nonatomic) BOOL hasSupported;
+@property (nonatomic) OTSupportType supported;
+- (NSString *)supportedAsString:(OTSupportType)value;
+- (OTSupportType)StringAsSupported:(NSString *)str;
+
+// Performs a shallow copy into other
+- (void)copyTo:(OTSupportSOSMessage *)other;
+
+// Performs a deep merge from other into self
+// If set in other, singular values in self are replaced in self
+// Singular composite values are recursively merged
+// Repeated values from other are appended to repeated values in self
+- (void)mergeFrom:(OTSupportSOSMessage *)other;
+
+OTSUPPORTSOSMESSAGE_FUNCTION BOOL OTSupportSOSMessageReadFrom(__unsafe_unretained OTSupportSOSMessage *self, __unsafe_unretained PBDataReader *reader);
+
+@end
+