luxlabs header browser preview


@class GEOPBTransitArtwork, NSString, NSMutableArray, PBDataReader;
@protocol GEOTransitArtworkDataSource;

@interface GEOCompanionFerryStep : PBCodable <GEOCompanionManeuverStep, NSCopying> {
    PBDataReader *_reader;
    struct GEOJunctionElement { int x0; int x1; int x2; struct { unsigned char x0 : 1; unsigned char x1 : 1; unsigned char x2 : 1; } x3; } *_junctionElements;
    unsigned long long _junctionElementsCount;
    unsigned long long _junctionElementsSpace;
    GEOPBTransitArtwork *_artworkOverride;
    NSMutableArray *_maneuverNames;
    NSMutableArray *_signposts;
    unsigned int _readerMarkPos;
    unsigned int _readerMarkLength;
    struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _readerLock;
    int _junctionType;
    int _maneuverType;
    struct { unsigned char has_junctionType : 1; unsigned char has_maneuverType : 1; unsigned char read_junctionElements : 1; unsigned char read_artworkOverride : 1; unsigned char read_maneuverNames : 1; unsigned char read_signposts : 1; unsigned char wrote_anyField : 1; } _flags;
}

@property (nonatomic) BOOL hasManeuverType;
@property (nonatomic) int maneuverType;
@property (retain, nonatomic) NSMutableArray *maneuverNames;
@property (retain, nonatomic) NSMutableArray *signposts;
@property (nonatomic) BOOL hasJunctionType;
@property (nonatomic) int junctionType;
@property (readonly, nonatomic) unsigned long long junctionElementsCount;
@property (readonly, nonatomic) struct GEOJunctionElement { int x0; int x1; int x2; struct { unsigned char x0 : 1; unsigned char x1 : 1; unsigned char x2 : 1; } x3; } *junctionElements;
@property (readonly, nonatomic) int transportType;
@property (readonly, nonatomic) id<GEOTransitArtworkDataSource> maneuverArtworkOverride;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;
@property (nonatomic) BOOL hasManeuverType;
@property (nonatomic) int maneuverType;
@property (nonatomic) BOOL hasJunctionType;
@property (nonatomic) int junctionType;
@property (readonly, nonatomic) unsigned long long junctionElementsCount;
@property (readonly, nonatomic) struct GEOJunctionElement { int x0; int x1; int x2; struct { unsigned char x0 : 1; unsigned char x1 : 1; unsigned char x2 : 1; } x3; } *junctionElements;
@property (retain, nonatomic) NSMutableArray *maneuverNames;
@property (retain, nonatomic) NSMutableArray *signposts;
@property (readonly, nonatomic) BOOL hasArtworkOverride;
@property (retain, nonatomic) GEOPBTransitArtwork *artworkOverride;

+ (BOOL)isValid:(id)a0;
+ (Class)signpostType;
+ (Class)maneuverNameType;

- (id)init;
- (void)dealloc;
- (BOOL)readFrom:(id)a0;
- (void)writeTo:(id)a0;
- (id)initWithData:(id)a0;
- (id)initWithDictionary:(id)a0;
- (void).cxx_destruct;
- (id)jsonRepresentation;
- (id)dictionaryRepresentation;
- (void)copyTo:(id)a0;
- (BOOL)isEqual:(id)a0;
- (void)readAll:(BOOL)a0;
- (void)mergeFrom:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)initWithJSON:(id)a0;
- (int)StringAsManeuverType:(id)a0;
- (int)StringAsJunctionType:(id)a0;
- (void)addJunctionElement:(struct GEOJunctionElement { int x0; int x1; int x2; struct { unsigned char x0 : 1; unsigned char x1 : 1; unsigned char x2 : 1; } x3; })a0;
- (void)addManeuverName:(id)a0;
- (void)addSignpost:(id)a0;
- (void)clearJunctionElements;
- (void)clearManeuverNames;
- (void)clearSignposts;
- (struct GEOJunctionElement { int x0; int x1; int x2; struct { unsigned char x0 : 1; unsigned char x1 : 1; unsigned char x2 : 1; } x3; })junctionElementAtIndex:(unsigned long long)a0;
- (id)junctionTypeAsString:(int)a0;
- (id)maneuverNameAtIndex:(unsigned long long)a0;
- (unsigned long long)maneuverNamesCount;
- (id)maneuverTypeAsString:(int)a0;
- (void)setJunctionElements:(struct GEOJunctionElement { int x0; int x1; int x2; struct { unsigned char x0 : 1; unsigned char x1 : 1; unsigned char x2 : 1; } x3; } *)a0 count:(unsigned long long)a1;
- (id)signpostAtIndex:(unsigned long long)a0;
- (unsigned long long)signpostsCount;

@end