package hclwrite
In recent years, a
Birth of Arianne K
A prospective, coh
Rachel Maddow repo
As many of you kno
Bangla
The Bangla
Revealing insights
There are various
---
title: Gatsby //
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import
@class NSString;
__attribute__((visibility("hidden")))
@interface HVSentenceCacheRow : NSObject
{
NSString *_text;
NSString *_date;
NSString *_message;
NSString *_context;
}
@property(retain) NSString *context; // @synthesize context=_context;
@property(retain) NSString *message; // @synthesize message=_message;
@property(retain) NSString *date; // @synthesize date=_date;
@property(retain) NSString *text; // @synthesize text=_text;
- (id)description;
- (void)dealloc;
@end
__attribute__((visibility("hidden")))
@interface HVSentenceCacheGroup : NSObject
{
NSMutableArray *_rows;
}
- (void)removeAllRows;
- (void)addRowWithDictionary:(id)arg1;
- (id)rowAtIndex:(unsigned long long)arg1;
- (unsigned long long)rowsCount;
- (id)initWithRows:(id)arg1;
@end
__attribute__((visibility("hidden")))
@interface HVSentenceCache : NSObject
{
NSMutableDictionary *_cachedSentences;
}
+ (id)sentenceCacheWithPath:(id)arg1 onMemory:(BOOL)arg2;
+ (id)sentenceCacheWithPath:(id)arg1;
- (void)dealloc;
- (void)purgeCache;
- (void)getSentence:(CDUnknownBlockType)arg1;
- (id)initWithPath:(id)arg1 onMemory:(BOOL)arg2;
- (id)initWithPath:(id)arg1;
@end
__attribute__((visibility("hidden")))
@interface HVSentenceCacheRowCache : NSObject
{
BOOL _lastEntry;
BOOL _lastEntryIsDate;
BOOL _lastEntryIsMessage;
BOOL _lastEntryIsContext;
BOOL _inProgress;
}
@property(readonly, getter=isInProgress) BOOL inProgress; // @synthesize inProgress=_inProgress;
@property(nonatomic, getter=isLastEntry) BOOL lastEntry; // @synthesize lastEntry=_lastEntry;
@property(nonatomic, getter=isLastEntryIsContext) BOOL lastEntryIsContext; // @synthesize lastEntryIsContext=_lastEntryIsContext;
@property(nonatomic, getter=isLastEntryIsDate) BOOL lastEntryIsDate; // @synthesize lastEntryIsDate=_lastEntryIsDate;
@property(nonatomic, getter=isLastEntryIsMessage) BOOL lastEntryIsMessage; // @synthesize lastEntryIsMessage=_lastEntryIsMessage;
- (void)dealloc;
@end
__attribute__((visibility("hidden")))
@interface HVSentenceCacheRowCacheGroup : NSObject
{
NSMutableDictionary *_rowsByDate;
NSMutableDictionary *_rowsByMessage;
}
@property(readonly, nonatomic) NSMutableDictionary *rowsByMessage; // @synthesize rowsByMessage=_rowsByMessage;
@property(readonly, nonatomic) NSMutableDictionary *rowsByDate; // @synthesize rowsByDate=_rowsByDate;
- (void)removeAllRows;
- (void)removeRow:(id)arg1;
- (void)addRow:(id)arg1;
- (id)rowAtIndex:(unsigned long long)arg1;
- (unsigned long long)rowsCount;
- (id)initWithRows:(id)arg1;
@end
@interface NSObject (HVContentExtraction)
+ (id)_parseData:(id)arg1 andType:(unsigned int)arg2 start:(unsigned int)arg3 end:(unsigned int)arg4;
- (BOOL)_parseData:(id)arg1 withFormat:(id)arg2 indexHandler:(CDUnknownBlockType)arg3;
- (BOOL)_parseData:(id)arg1 withFormat:(id)arg2;
- (BOOL)_parseData:(id)arg1 withFormat:(id)arg2 indexHandler:(CDUnknownBlockType)arg3 useEntities:(BOOL)arg4;
- (BOOL)_parseData:(id)arg1 withFormat:(id)arg2 useEntities:(BOOL)arg3;
@end
@interface NSString (HVContentExtraction)
+ (id)_matchSuffix:(id)arg1 matcher:(id)arg2;
+ (id)_matchPrefix:(id)arg1 matcher:(id)arg2;
- (BOOL)_tryParseContentType:(id)arg1 matcher:(id)arg2 contentLengthHandler:(CDUnknownBlockType)arg3;
@end
@interface HVSentenceRequest : NSObject
{
}
- (id)initWithUrl:(id)arg1;
@end
@interface HVSentenceRequestCache : NSObject
{
NSMutableDictionary *_requestedSents;
}
- (void).cxx_destruct;
- (void)removeAllRequests;
- (void)removeAllRequestsForDomain:(id)arg1;
- (id)getRequestWithDomain:(id)arg1;
- (void)addRequestWithDomain:(id)arg1 toRequest:(id)arg2;
- (void)addRequest:(id)arg1;
- (void)_releaseRequest:(id)arg1;
- (id)init;
@end
@interface HVSentenceRequestRow : NSObject
{
NSString *_text;
NSString *_date;
NSString *_domain;
NSString *_contentType;
NSString *_contentLength;
}
@property(retain, nonatomic) NSString *domain; // @synthesize domain=_domain;
@property(retain, nonatomic) NSString *contentType; // @synthesize contentType=_contentType;
@property(retain, nonatomic) NSString *contentLength; // @synthesize contentLength=_contentLength;
@property(retain, nonatomic) NSString *date; // @synthesize date=_date;
@property(retain, nonatomic) NSString *text; // @synthesize text=_text;
- (void).cxx_destruct;
- (id)description;
- (id)initWithDomain:(id)arg1 text:(id)arg2 date:(id)arg3 contentType:(id)arg4 contentLength:(id)arg5;
@end
@interface HVSentenceSentenceCache : NSObject
{
NSObject *_queue;
NSMutableDictionary *_cache;
}
+ (id)sentenceCacheWithName:(id)arg1;
- (id)initWithName:(id)arg1;
- (void)dealloc;
- (id)init;
@end
@interface HVSentenceSentenceCacheGroup : NSObject
{
NSMutableDictionary *_sentences;
}
- (void).cxx_destruct;
- (void)purgeCache;
- (void)removeSentenceWithKey:(id)arg1;
- (void)addSentenceWithKey:(id)arg1;