@class _INPBLocation, NSArray, NSString; @interface _INPBReportIncidentIntentResponse : PBCodable <_INPBReportIncidentIntentResponse, NSSecureCoding, NSCopying> { struct { int *list; unsigned long long count; unsigned long long size; } _transportTypes; struct { } _has; } @property (class, readonly) BOOL supportsSecureCoding; @property (retain, nonatomic) _INPBLocation *location; @property (readonly, nonatomic) BOOL hasLocation; @property (copy, nonatomic) NSArray *supportedTypes; @property (readonly, nonatomic) unsigned long long supportedTypesCount; @property (readonly, nonatomic) int *transportTypes; @property (readonly, nonatomic) unsigned long long transportTypesCount; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (Class)supportedTypeType; - (void)dealloc; - (BOOL)readFrom:(id)a0; - (int)StringAsTransportTypes:(id)a0; - (void)encodeWithCoder:(id)a0; - (id)transportTypesAsString:(int)a0; - (void)writeTo:(id)a0; - (void)setTransportTypes:(int *)a0 count:(unsigned long long)a1; - (int)transportTypeAtIndex:(unsigned long long)a0; - (void)addTransportType:(int)a0; - (void).cxx_destruct; - (id)dictionaryRepresentation; - (void)clearTransportTypes; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (void)addSupportedType:(id)a0; - (void)clearSupportedTypes; - (id)supportedTypeAtIndex:(unsigned long long)a0; @end