luxlabs header browser preview


@interface GEOMapKitCount : PBCodable <NSCopying> {
    unsigned int _appCount;
    int _appType;
    int _countType;
    unsigned int _useCount;
    struct { unsigned char has_appCount : 1; unsigned char has_appType : 1; unsigned char has_countType : 1; unsigned char has_useCount : 1; } _flags;
}

@property (nonatomic) BOOL hasCountType;
@property (nonatomic) int countType;
@property (nonatomic) BOOL hasAppType;
@property (nonatomic) int appType;
@property (nonatomic) BOOL hasUseCount;
@property (nonatomic) unsigned int useCount;
@property (nonatomic) BOOL hasAppCount;
@property (nonatomic) unsigned int appCount;

+ (BOOL)isValid:(id)a0;

- (int)StringAsAppType:(id)a0;
- (unsigned long long)hash;
- (BOOL)readFrom:(id)a0;
- (void)writeTo:(id)a0;
- (id)appTypeAsString:(int)a0;
- (id)initWithDictionary:(id)a0;
- (id)description;
- (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)StringAsCountType:(id)a0;
- (id)countTypeAsString:(int)a0;

@end