| // Generated by the protocol buffer compiler. DO NOT EDIT! |
| |
| #import "ProtocolBuffers.h" |
| |
| // @@protoc_insertion_point(imports) |
| |
| @class FabricInfo; |
| @class FabricInfoBuilder; |
| #ifndef __has_feature |
| #define __has_feature(x) 0 // Compatibility with non-clang compilers. |
| #endif // __has_feature |
| |
| #ifndef NS_RETURNS_NOT_RETAINED |
| #if __has_feature(attribute_ns_returns_not_retained) |
| #define NS_RETURNS_NOT_RETAINED __attribute__((ns_returns_not_retained)) |
| #else |
| #define NS_RETURNS_NOT_RETAINED |
| #endif |
| #endif |
| |
| |
| @interface FabricInfoRoot : NSObject { |
| } |
| + (PBExtensionRegistry*) extensionRegistry; |
| + (void) registerAllExtensions:(PBMutableExtensionRegistry*) registry; |
| @end |
| |
| @interface FabricInfo : PBGeneratedMessage { |
| @private |
| BOOL hasPrimaryFabricId_:1; |
| NSString* primaryFabricId; |
| NSMutableArray * assistingDeviceIdsArray; |
| } |
| - (BOOL) hasPrimaryFabricId; |
| @property (readonly, strong) NSString* primaryFabricId; |
| @property (readonly, strong) PBArray * assistingDeviceIds; |
| - (NSString*)assistingDeviceIdsAtIndex:(NSUInteger)index; |
| |
| + (FabricInfo*) defaultInstance; |
| - (FabricInfo*) defaultInstance; |
| |
| - (BOOL) isInitialized; |
| - (void) writeToCodedOutputStream:(PBCodedOutputStream*) output; |
| - (FabricInfoBuilder*) builder; |
| + (FabricInfoBuilder*) builder; |
| + (FabricInfoBuilder*) builderWithPrototype:(FabricInfo*) prototype; |
| - (FabricInfoBuilder*) toBuilder; |
| |
| + (FabricInfo*) parseFromData:(NSData*) data; |
| + (FabricInfo*) parseFromData:(NSData*) data extensionRegistry:(PBExtensionRegistry*) extensionRegistry; |
| + (FabricInfo*) parseFromInputStream:(NSInputStream*) input; |
| + (FabricInfo*) parseFromInputStream:(NSInputStream*) input extensionRegistry:(PBExtensionRegistry*) extensionRegistry; |
| + (FabricInfo*) parseFromCodedInputStream:(PBCodedInputStream*) input; |
| + (FabricInfo*) parseFromCodedInputStream:(PBCodedInputStream*) input extensionRegistry:(PBExtensionRegistry*) extensionRegistry; |
| @end |
| |
| @interface FabricInfoBuilder : PBGeneratedMessageBuilder { |
| @private |
| FabricInfo* result; |
| } |
| |
| - (FabricInfo*) defaultInstance; |
| |
| - (FabricInfoBuilder*) clear; |
| - (FabricInfoBuilder*) clone; |
| |
| - (FabricInfo*) build; |
| - (FabricInfo*) buildPartial; |
| |
| - (FabricInfoBuilder*) mergeFrom:(FabricInfo*) other; |
| - (FabricInfoBuilder*) mergeFromCodedInputStream:(PBCodedInputStream*) input; |
| - (FabricInfoBuilder*) mergeFromCodedInputStream:(PBCodedInputStream*) input extensionRegistry:(PBExtensionRegistry*) extensionRegistry; |
| |
| - (BOOL) hasPrimaryFabricId; |
| - (NSString*) primaryFabricId; |
| - (FabricInfoBuilder*) setPrimaryFabricId:(NSString*) value; |
| - (FabricInfoBuilder*) clearPrimaryFabricId; |
| |
| - (NSMutableArray *)assistingDeviceIds; |
| - (NSString*)assistingDeviceIdsAtIndex:(NSUInteger)index; |
| - (FabricInfoBuilder *)addAssistingDeviceIds:(NSString*)value; |
| - (FabricInfoBuilder *)setAssistingDeviceIdsArray:(NSArray *)array; |
| - (FabricInfoBuilder *)clearAssistingDeviceIds; |
| @end |
| |
| |
| // @@protoc_insertion_point(global_scope) |