@class NSString, NSMutableData, NSMutableDictionary; @interface VCSParsedLine : NSObject { NSString *_keyword; NSMutableData *_content; NSMutableDictionary *_params; } @property (nonatomic) unsigned long long type; @property (nonatomic) long long tokenID; @property (nonatomic) BOOL usePalmD4Hooks; + (const struct { long long x0; unsigned long long x1; unsigned long long x2; BOOL x3; id x4; } *)lookupProperty:(long long)a0; + (long long)tokenizeKeyword:(const char *)a0 withType:(unsigned long long *)a1; + (long long)tokenizeNSStringKeyword:(id)a0 withType:(unsigned long long *)a1; - (id)init; - (void)reset; - (id)content; - (id)description; - (void).cxx_destruct; - (id)params; - (id)keyword; - (id)loadFromCString:(char *)a0 withParseState:(id)a1; - (id)convertedContent; - (void)setContentFromCString:(char *)a0; - (void)setKeywordFromCString:(char *)a0; @end