Skip to content

Instantly share code, notes, and snippets.

@lukaskollmer
Created May 31, 2017 12:50
Show Gist options
  • Select an option

  • Save lukaskollmer/69a4db645db6467893faaa6441f27b37 to your computer and use it in GitHub Desktop.

Select an option

Save lukaskollmer/69a4db645db6467893faaa6441f27b37 to your computer and use it in GitHub Desktop.
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#pragma mark Function Pointers and Blocks
typedef void (*CDUnknownFunctionPointerType)(void); // return type and parameters are unknown
typedef void (^CDUnknownBlockType)(void); // return type and parameters are unknown
#pragma mark Named Structures
struct CGAffineTransform {
double _field1;
double _field2;
double _field3;
double _field4;
double _field5;
double _field6;
};
struct CGPoint {
double _field1;
double _field2;
};
struct CGRect {
struct CGPoint _field1;
struct CGSize _field2;
};
struct CGSize {
double _field1;
double _field2;
};
struct CLLocationCoordinate2D {
double _field1;
double _field2;
};
struct LKJavaScriptCodeAnalyzerResultFunctionMetrics {
long long complecity;
long long parameters;
long long statements;
};
struct NLStreamCallbacks {
CDUnknownFunctionPointerType doAlloc;
CDUnknownFunctionPointerType doRead;
CDUnknownFunctionPointerType doWrite;
CDUnknownFunctionPointerType afterWrite;
CDUnknownFunctionPointerType doShutdown;
};
struct UIColor {
Class _field1;
};
struct _NSRange {
unsigned long long _field1;
unsigned long long _field2;
};
struct _opaque_pthread_mutex_t {
long long _field1;
char _field2[56];
};
struct http_parser {
unsigned int type:2;
unsigned int flags:6;
unsigned int state:8;
unsigned int header_state:8;
unsigned int index:8;
unsigned int nread;
unsigned long long content_length;
unsigned short http_major;
unsigned short http_minor;
unsigned int status_code:16;
unsigned int method:8;
unsigned int http_errno:7;
unsigned int upgrade:1;
void *data;
};
struct http_parser_settings {
CDUnknownFunctionPointerType on_message_begin;
CDUnknownFunctionPointerType on_url;
CDUnknownFunctionPointerType on_status;
CDUnknownFunctionPointerType on_header_field;
CDUnknownFunctionPointerType on_header_value;
CDUnknownFunctionPointerType on_headers_complete;
CDUnknownFunctionPointerType on_body;
CDUnknownFunctionPointerType on_message_complete;
};
struct internal_state;
struct termios {
unsigned long long c_iflag;
unsigned long long c_oflag;
unsigned long long c_cflag;
unsigned long long c_lflag;
unsigned char c_cc[20];
unsigned long long c_ispeed;
unsigned long long c_ospeed;
};
struct uv__async {
CDUnknownFunctionPointerType _field1;
struct uv__io_s _field2;
int _field3;
};
struct uv__io_s {
CDUnknownFunctionPointerType cb;
void *pending_queue[2];
void *watcher_queue[2];
unsigned int pevents;
unsigned int events;
int fd;
int rcount;
int wcount;
};
struct uv__timers {
struct uv_timer_s *_field1;
};
struct uv__work {
CDUnknownFunctionPointerType work;
CDUnknownFunctionPointerType done;
struct uv_loop_s *loop;
void *wq[2];
};
struct uv_async_s {
CDUnknownFunctionPointerType _field1;
void *_field2;
struct uv_loop_s *_field3;
int _field4;
void *_field5[2];
int _field6;
struct uv_handle_s *_field7;
CDUnknownFunctionPointerType _field8;
void *_field9[2];
int _field10;
};
struct uv_connect_s;
struct uv_handle_s {
CDUnknownFunctionPointerType _field1;
void *_field2;
struct uv_loop_s *_field3;
int _field4;
void *_field5[2];
int _field6;
struct uv_handle_s *_field7;
};
struct uv_loop_s {
void *_field1;
unsigned int _field2;
void *_field3[2];
void *_field4[2];
unsigned int _field5;
unsigned long long _field6;
int _field7;
void *_field8[2];
void *_field9[2];
struct uv__io_s **_field10;
unsigned int _field11;
unsigned int _field12;
void *_field13[2];
struct _opaque_pthread_mutex_t _field14;
struct uv_async_s _field15;
struct uv_handle_s *_field16;
void *_field17[1][2];
void *_field18[2];
void *_field19[2];
void *_field20[2];
void *_field21[2];
struct uv__async _field22;
struct uv__timers _field23;
unsigned long long _field24;
int _field25[2];
struct uv__io_s _field26;
struct uv_signal_s _field27;
int _field28;
unsigned long long _field29;
struct _opaque_pthread_t *_field30;
void *_field31;
void *_field32;
struct _opaque_pthread_mutex_t _field33;
unsigned int _field34;
void *_field35[2];
};
struct uv_process_s {
CDUnknownFunctionPointerType close_cb;
void *data;
struct uv_loop_s *loop;
int type;
void *handle_queue[2];
int flags;
struct uv_handle_s *next_closing;
CDUnknownFunctionPointerType exit_cb;
int pid;
void *queue[2];
int status;
};
struct uv_shutdown_s;
struct uv_signal_s {
CDUnknownFunctionPointerType _field1;
void *_field2;
struct uv_loop_s *_field3;
int _field4;
void *_field5[2];
int _field6;
struct uv_handle_s *_field7;
CDUnknownFunctionPointerType _field8;
int _field9;
struct {
struct uv_signal_s *_field1;
struct uv_signal_s *_field2;
struct uv_signal_s *_field3;
int _field4;
} _field10;
unsigned int _field11;
unsigned int _field12;
};
struct uv_stream_s {
CDUnknownFunctionPointerType _field1;
void *_field2;
struct uv_loop_s *_field3;
int _field4;
void *_field5[2];
int _field6;
struct uv_handle_s *_field7;
unsigned long long _field8;
CDUnknownFunctionPointerType _field9;
CDUnknownFunctionPointerType _field10;
CDUnknownFunctionPointerType _field11;
struct uv_connect_s *_field12;
struct uv_shutdown_s *_field13;
struct uv__io_s _field14;
void *_field15[2];
void *_field16[2];
CDUnknownFunctionPointerType _field17;
int _field18;
int _field19;
void *_field20;
};
struct uv_tcp_s {
CDUnknownFunctionPointerType close_cb;
void *data;
struct uv_loop_s *loop;
int type;
void *handle_queue[2];
int flags;
struct uv_handle_s *next_closing;
unsigned long long write_queue_size;
CDUnknownFunctionPointerType alloc_cb;
CDUnknownFunctionPointerType read_cb;
CDUnknownFunctionPointerType read2_cb;
struct uv_connect_s *connect_req;
struct uv_shutdown_s *shutdown_req;
struct uv__io_s io_watcher;
void *write_queue[2];
void *write_completed_queue[2];
CDUnknownFunctionPointerType connection_cb;
int delayed_error;
int accepted_fd;
void *select;
};
struct uv_timer_s {
CDUnknownFunctionPointerType close_cb;
void *data;
struct uv_loop_s *loop;
int type;
void *handle_queue[2];
int flags;
struct uv_handle_s *next_closing;
struct {
struct uv_timer_s *rbe_left;
struct uv_timer_s *rbe_right;
struct uv_timer_s *rbe_parent;
int rbe_color;
} tree_entry;
CDUnknownFunctionPointerType timer_cb;
unsigned long long timeout;
unsigned long long repeat;
unsigned long long start_id;
};
struct uv_tty_s {
CDUnknownFunctionPointerType close_cb;
void *data;
struct uv_loop_s *loop;
int type;
void *handle_queue[2];
int flags;
struct uv_handle_s *next_closing;
unsigned long long write_queue_size;
CDUnknownFunctionPointerType alloc_cb;
CDUnknownFunctionPointerType read_cb;
CDUnknownFunctionPointerType read2_cb;
struct uv_connect_s *connect_req;
struct uv_shutdown_s *shutdown_req;
struct uv__io_s io_watcher;
void *write_queue[2];
void *write_completed_queue[2];
CDUnknownFunctionPointerType connection_cb;
int delayed_error;
int accepted_fd;
void *select;
struct termios orig_termios;
int mode;
};
struct uv_udp_s {
CDUnknownFunctionPointerType close_cb;
void *data;
struct uv_loop_s *loop;
int type;
void *handle_queue[2];
int flags;
struct uv_handle_s *next_closing;
CDUnknownFunctionPointerType alloc_cb;
CDUnknownFunctionPointerType recv_cb;
struct uv__io_s io_watcher;
void *write_queue[2];
void *write_completed_queue[2];
};
struct uv_work_s {
void *data;
int type;
void *active_queue[2];
struct uv_loop_s *loop;
CDUnknownFunctionPointerType work_cb;
CDUnknownFunctionPointerType after_work_cb;
struct uv__work work_req;
};
struct z_stream_s {
char *next_in;
unsigned int avail_in;
unsigned long long total_in;
char *next_out;
unsigned int avail_out;
unsigned long long total_out;
char *msg;
struct internal_state *state;
CDUnknownFunctionPointerType zalloc;
CDUnknownFunctionPointerType zfree;
void *opaque;
int data_type;
unsigned long long adler;
unsigned long long reserved;
};
#pragma mark Typedef'd Structures
typedef struct {
long long _field1;
void *_field2;
CDUnknownFunctionPointerType _field3;
CDUnknownFunctionPointerType _field4;
CDUnknownFunctionPointerType _field5;
} CDStruct_e097db04;
typedef struct {
struct CLLocationCoordinate2D _field1;
struct {
double _field1;
double _field2;
} _field2;
} CDStruct_2b0c6e0b;
#pragma mark -
//
// File: /Users/lukaskollmer/Library/Developer/Xcode/DerivedData/Scripter-cvlvexwjmqdywfggkbgqoivkunwu/Build/Products/Debug-iphoneos/NodeJSKit.framework/NodeJSKit
// UUID: CDBD88A6-1899-39B2-A9ED-90B88AA4EB7C
//
// Arch: arm64
// Current version: 56.0.0
// Compatibility version: 1.0.0
// Source version: 0.0.0.0.0
// Minimum iOS version: 10.2.0
// SDK version: 10.3.0
//
// Objective-C Garbage Collection: Unsupported
//
// Run path: @executable_path/Frameworks
// = /Users/lukaskollmer/Library/Developer/Xcode/DerivedData/Scripter-cvlvexwjmqdywfggkbgqoivkunwu/Build/Products/Debug-iphoneos/NodeJSKit.framework/Frameworks
// Run path: @loader_path/Frameworks
// = /Users/lukaskollmer/Library/Developer/Xcode/DerivedData/Scripter-cvlvexwjmqdywfggkbgqoivkunwu/Build/Products/Debug-iphoneos/NodeJSKit.framework/Frameworks
//
@protocol AFImageCache <NSObject>
- (UIImage *)imageWithIdentifier:(NSString *)arg1;
- (_Bool)removeAllImages;
- (_Bool)removeImageWithIdentifier:(NSString *)arg1;
- (void)addImage:(UIImage *)arg1 withIdentifier:(NSString *)arg2;
@end
@protocol AFImageRequestCache <AFImageCache>
- (UIImage *)imageforRequest:(NSURLRequest *)arg1 withAdditionalIdentifier:(NSString *)arg2;
- (_Bool)removeImageforRequest:(NSURLRequest *)arg1 withAdditionalIdentifier:(NSString *)arg2;
- (void)addImage:(UIImage *)arg1 forRequest:(NSURLRequest *)arg2 withAdditionalIdentifier:(NSString *)arg3;
@end
@protocol AFMultipartFormData
- (void)throttleBandwidthWithPacketSize:(unsigned long long)arg1 delay:(double)arg2;
- (void)appendPartWithHeaders:(NSDictionary *)arg1 body:(NSData *)arg2;
- (void)appendPartWithFormData:(NSData *)arg1 name:(NSString *)arg2;
- (void)appendPartWithFileData:(NSData *)arg1 name:(NSString *)arg2 fileName:(NSString *)arg3 mimeType:(NSString *)arg4;
- (void)appendPartWithInputStream:(NSInputStream *)arg1 name:(NSString *)arg2 fileName:(NSString *)arg3 length:(long long)arg4 mimeType:(NSString *)arg5;
- (_Bool)appendPartWithFileURL:(NSURL *)arg1 name:(NSString *)arg2 fileName:(NSString *)arg3 mimeType:(NSString *)arg4 error:(id *)arg5;
- (_Bool)appendPartWithFileURL:(NSURL *)arg1 name:(NSString *)arg2 error:(id *)arg3;
@end
@protocol AFURLRequestSerialization <NSObject, NSSecureCoding, NSCopying>
- (NSURLRequest *)requestBySerializingRequest:(NSURLRequest *)arg1 withParameters:(id)arg2 error:(id *)arg3;
@end
@protocol AFURLResponseSerialization <NSObject, NSSecureCoding, NSCopying>
- (id)responseObjectForResponse:(NSURLResponse *)arg1 data:(NSData *)arg2 error:(id *)arg3;
@end
@protocol ApplicationJSExports <JSExport>
@property(nonatomic) double screenBrightness;
@property(nonatomic) long long badgeNumber;
@property(readonly) NSString *buildNumber;
@property(readonly) NSString *version;
- (_Bool)deregisterShortcut:(NSString *)arg1;
- (JSValue *)registerShortcut:(JSValue *)arg1 withTitle:(JSValue *)arg2 andHandler:(JSValue *)arg3;
@optional
- (JSValue *)registerShortcut:(JSValue *)arg1 withTitle:(JSValue *)arg2 andHandler:(JSValue *)arg3 __JS_EXPORT_AS__registerShortcut:(id)arg4;
@end
@protocol ClipboardJSExports <JSExport>
+ (void)set:(NSString *)arg1;
+ (NSString *)get;
@end
@protocol ContactsJSExports <JSExport>
@property(readonly, nonatomic) _Bool isAuthorized;
- (JSValue *)getAll;
- (void)authorize:(JSValue *)arg1;
@end
@protocol DDLogFileManager <NSObject>
@property(readonly, nonatomic) NSArray *sortedLogFileInfos;
@property(readonly, nonatomic) NSArray *sortedLogFileNames;
@property(readonly, nonatomic) NSArray *sortedLogFilePaths;
@property(readonly, nonatomic) NSArray *unsortedLogFileInfos;
@property(readonly, nonatomic) NSArray *unsortedLogFileNames;
@property(readonly, nonatomic) NSArray *unsortedLogFilePaths;
@property(readonly, copy, nonatomic) NSString *logsDirectory;
@property unsigned long long logFilesDiskQuota;
@property unsigned long long maximumNumberOfLogFiles;
- (NSString *)createNewLogFile;
@optional
- (void)didRollAndArchiveLogFile:(NSString *)arg1;
- (void)didArchiveLogFile:(NSString *)arg1;
@end
@protocol DDLogFormatter <NSObject>
- (NSString *)formatLogMessage:(DDLogMessage *)arg1;
@optional
- (void)willRemoveFromLogger:(id <DDLogger>)arg1;
- (void)didAddToLogger:(id <DDLogger>)arg1;
@end
@protocol DDLogger <NSObject>
@property(retain, nonatomic) id <DDLogFormatter> logFormatter;
- (void)logMessage:(DDLogMessage *)arg1;
@optional
@property(readonly, nonatomic) NSString *loggerName;
@property(readonly, nonatomic) struct dispatch_queue_s *loggerQueue;
- (void)flush;
- (void)willRemoveLogger;
- (void)didAddLogger;
@end
@protocol DialogsJSExports <JSExport>
+ (void)text:(NSString *)arg1 configuration:(NSDictionary *)arg2 callback:(JSValue *)arg3;
@optional
+ (void)text:(NSString *)arg1 configuration:(NSDictionary *)arg2 callback:(JSValue *)arg3 __JS_EXPORT_AS__text:(id)arg4;
@end
@protocol JSExport
@end
@protocol JSExtportsActionExtensionModule <JSExport>
@property(readonly) _Bool isRunningInExtension;
- (void)finishActionExtensionWithReturnItems:(JSValue *)arg1;
- (NSArray *)getItems:(NSString *)arg1;
@optional
- (void)finishActionExtensionWithReturnItems:(JSValue *)arg1 __JS_EXPORT_AS__finish:(id)arg2;
@end
@protocol LKJSBarButtonItemExports <JSExport>
- (void)setCustomAction:(JSValue *)arg1;
@end
@protocol LKJSButtonExports <JSExport>
- (void)setAction:(JSValue *)arg1;
@end
@protocol LKJSModule1PasswordExports <JSExport>
+ (void)loginForUrl:(JSValue *)arg1 withCallback:(JSValue *)arg2;
@optional
+ (void)loginForUrl:(JSValue *)arg1 withCallback:(JSValue *)arg2 __JS_EXPORT_AS__loginForUrl:(id)arg3;
@end
@protocol LKJSModuleKeychainJSExports <JSExport>
+ (JSValue *)set:(NSString *)arg1 forKey:(NSString *)arg2;
+ (JSValue *)get:(NSString *)arg1;
@optional
+ (JSValue *)set:(NSString *)arg1 forKey:(NSString *)arg2 __JS_EXPORT_AS__set:(id)arg3;
@end
@protocol LKJSModuleNetworkingJSExports <JSExport>
+ (void)get;
@end
@protocol LKJSModuleObjCExports <JSExport>
+ (NSString *)constant;
+ (void)NSLog;
+ (id)toObjCObject:(JSValue *)arg1;
+ (_Bool)importFramework:(NSString *)arg1;
+ (id)classNamed:(NSString *)arg1;
+ (_Bool)classExists:(NSString *)arg1;
@end
@protocol LKJSModuleUIExports <JSExport>
+ (void)showNotificationWithMessage:(NSString *)arg1 forDuration:(NSNumber *)arg2 withStyle:(NSString *)arg3 andCallback:(JSValue *)arg4;
+ (void)showAlertWithTitle:(NSString *)arg1 message:(NSString *)arg2 buttonTitles:(NSArray *)arg3 callback:(JSValue *)arg4;
@optional
+ (void)showNotificationWithMessage:(NSString *)arg1 forDuration:(NSNumber *)arg2 withStyle:(NSString *)arg3 andCallback:(JSValue *)arg4 __JS_EXPORT_AS__notification:(id)arg5;
+ (void)showAlertWithTitle:(NSString *)arg1 message:(NSString *)arg2 buttonTitles:(NSArray *)arg3 callback:(JSValue *)arg4 __JS_EXPORT_AS__alert:(id)arg5;
@end
@protocol LKJSObjCProxyExports <JSExport>
@property(readonly) _Bool isInstance;
@property(readonly) _Bool isClass;
@property(readonly, nonatomic) id ptr;
- (NSString *)returnTypeOfMethod:(NSString *)arg1;
- (id)instanceMethods;
- (id)classMethods;
- (id)call:(NSString *)arg1 arguments:(NSArray *)arg2 returnNativeObject:(JSValue *)arg3;
@optional
- (id)call:(NSString *)arg1 arguments:(NSArray *)arg2 returnNativeObject:(JSValue *)arg3 __JS_EXPORT_AS__call:(id)arg4;
@end
@protocol LKJSSegmentedControlExports <JSExport>
- (void)setAction:(JSValue *)arg1;
@end
@protocol LKJSSliderExports <JSExport>
- (void)setAction:(JSValue *)arg1;
@end
@protocol LKJSStepperExports <JSExport>
- (void)setAction:(JSValue *)arg1;
@end
@protocol LKJSSwitchExports <JSExport>
@property(nonatomic) _Bool switchIsOn;
- (void)setAction:(JSValue *)arg1;
@end
@protocol LKJSTableViewDataSourceExports <JSExport>
- (void)setTableViewObject:(JSValue *)arg1;
- (void)setDataSourceObject:(JSValue *)arg1;
@end
@protocol LKJSTableViewDelegateExports <JSExport>
- (void)setTableViewObject:(JSValue *)arg1;
- (void)setDelegateObject:(JSValue *)arg1;
@end
@protocol LKJSTextFieldExports <JSExport>
- (void)setDidReturnAction:(JSValue *)arg1;
- (void)setAction:(JSValue *)arg1;
@end
@protocol LKJSViewControllerExports <JSExport>
- (void)dismissWithCallback:(JSValue *)arg1;
- (void)setJSViewObject:(JSValue *)arg1;
@end
@protocol LKNLCryptoExports <JSExport>
+ (JSValue *)pseudoRandomBytesWithLength:(JSValue *)arg1 callback:(JSValue *)arg2;
+ (JSValue *)randomBytesWithLength:(JSValue *)arg1 callback:(JSValue *)arg2;
@optional
+ (JSValue *)pseudoRandomBytesWithLength:(JSValue *)arg1 callback:(JSValue *)arg2 __JS_EXPORT_AS__pseudoRandomBytes:(id)arg3;
+ (JSValue *)randomBytesWithLength:(JSValue *)arg1 callback:(JSValue *)arg2 __JS_EXPORT_AS__randomBytes:(id)arg3;
@end
@protocol LKNLOSExports <JSExport>
+ (JSValue *)getInterfaceAddresses;
+ (JSValue *)getOSRelease;
+ (JSValue *)getOSType;
+ (JSValue *)getCPUs;
+ (JSValue *)getTotalMem;
+ (JSValue *)getFreeMem;
+ (JSValue *)getUptime;
+ (JSValue *)getLoadAvg;
+ (JSValue *)getHostname;
+ (JSValue *)getEndianness;
@end
@protocol LKNLzlibExports <JSExport>
@property(retain, nonatomic) JSValue *callback;
@property(retain, nonatomic) JSValue *onerror;
- (void)reset;
- (void)params;
- (void)close;
- (JSValue *)write;
- (void)JS_initWithLevel:(JSValue *)arg1 windowBits:(JSValue *)arg2 memLevel:(JSValue *)arg3 strategy:(JSValue *)arg4 dictionary:(JSValue *)arg5;
@optional
- (void)JS_initWithLevel:(JSValue *)arg1 windowBits:(JSValue *)arg2 memLevel:(JSValue *)arg3 strategy:(JSValue *)arg4 dictionary:(JSValue *)arg5 __JS_EXPORT_AS__init:(id)arg6;
@end
@protocol LKNSDataNodeJSBufferAdditionsExports <JSExport>
+ (id)dataWithContentsOfBuffer:(JSValue *)arg1;
@end
@protocol LocationJSExports <JSExport>
+ (id)new;
@property(readonly) _Bool isAuthorized;
@property(readonly) _Bool isAvailable;
- (void)geocodeAddress:(NSString *)arg1 callback:(JSValue *)arg2;
- (void)authorize;
@optional
- (void)geocodeAddress:(NSString *)arg1 callback:(JSValue *)arg2 __JS_EXPORT_AS__geocodeAddress:(id)arg3;
@end
@protocol MRStopableView <NSObject>
@property(readonly, nonatomic) __weak UIButton *stopButton;
@property(nonatomic) _Bool mayStop;
@end
@protocol NLCaresExports <JSExport>
+ (NSNumber *)getAddrInfo:(JSValue *)arg1 hostname:(NSString *)arg2 family:(NSNumber *)arg3;
+ (NSNumber *)isIP:(NSString *)arg1;
@optional
+ (NSNumber *)getAddrInfo:(JSValue *)arg1 hostname:(NSString *)arg2 family:(NSNumber *)arg3 __JS_EXPORT_AS__getaddrinfo:(id)arg4;
@end
@protocol NLContextifyExports <JSExport>
- (JSValue *)runInNewContext:(JSValue *)arg1 options:(JSValue *)arg2;
- (JSValue *)runInThisContext:(JSValue *)arg1;
- (JSValue *)runInContext:(JSValue *)arg1 options:(JSValue *)arg2;
@optional
- (JSValue *)runInNewContext:(JSValue *)arg1 options:(JSValue *)arg2 __JS_EXPORT_AS__runInNewContext:(id)arg3;
- (JSValue *)runInContext:(JSValue *)arg1 options:(JSValue *)arg2 __JS_EXPORT_AS__runInContext:(id)arg3;
@end
@protocol NLFSExports <JSExport>
@property(readonly) JSValue *Stats;
- (JSValue *)fstat:(NSNumber *)arg1 callback:(JSValue *)arg2;
- (JSValue *)lstat:(NSString *)arg1 callback:(JSValue *)arg2;
- (JSValue *)stat:(NSString *)arg1 callback:(JSValue *)arg2;
- (JSValue *)fchown:(NSNumber *)arg1 uid:(NSNumber *)arg2 gid:(NSNumber *)arg3 callback:(JSValue *)arg4;
- (JSValue *)chown:(NSString *)arg1 uid:(NSNumber *)arg2 gid:(NSNumber *)arg3 callback:(JSValue *)arg4;
- (JSValue *)fchmod:(NSNumber *)arg1 mode:(NSNumber *)arg2 callback:(JSValue *)arg3;
- (JSValue *)chmod:(NSString *)arg1 mode:(NSNumber *)arg2 callback:(JSValue *)arg3;
- (JSValue *)unlink:(NSString *)arg1 callback:(JSValue *)arg2;
- (JSValue *)readlink:(NSString *)arg1 callback:(JSValue *)arg2;
- (JSValue *)symlink:(NSString *)arg1 from:(NSString *)arg2 mode:(NSString *)arg3 callback:(JSValue *)arg4;
- (JSValue *)link:(NSString *)arg1 from:(NSString *)arg2 callback:(JSValue *)arg3;
- (JSValue *)mkdir:(NSString *)arg1 mode:(NSNumber *)arg2 callback:(JSValue *)arg3;
- (JSValue *)rmdir:(NSString *)arg1 callback:(JSValue *)arg2;
- (JSValue *)ftruncate:(NSNumber *)arg1 length:(NSNumber *)arg2 callback:(JSValue *)arg3;
- (JSValue *)rename:(NSString *)arg1 to:(NSString *)arg2 callback:(JSValue *)arg3;
- (JSValue *)fsync:(NSNumber *)arg1 callback:(JSValue *)arg2;
- (JSValue *)fdatasync:(NSNumber *)arg1 callback:(JSValue *)arg2;
- (JSValue *)writeString:(NSNumber *)arg1 string:(JSValue *)arg2 position:(JSValue *)arg3 encoding:(JSValue *)arg4 callback:(JSValue *)arg5;
- (JSValue *)writeBuffer:(NSNumber *)arg1 data:(JSValue *)arg2 offset:(JSValue *)arg3 length:(JSValue *)arg4 position:(JSValue *)arg5 callback:(JSValue *)arg6;
- (JSValue *)readDir:(NSString *)arg1 callback:(JSValue *)arg2;
- (JSValue *)read:(NSNumber *)arg1 to:(JSValue *)arg2 offset:(JSValue *)arg3 length:(JSValue *)arg4 pos:(JSValue *)arg5 callback:(JSValue *)arg6;
- (JSValue *)close:(NSNumber *)arg1 callback:(JSValue *)arg2;
- (JSValue *)open:(NSString *)arg1 flags:(NSNumber *)arg2 mode:(NSNumber *)arg3 callback:(JSValue *)arg4;
@optional
- (JSValue *)fstat:(NSNumber *)arg1 callback:(JSValue *)arg2 __JS_EXPORT_AS__fstat:(id)arg3;
- (JSValue *)lstat:(NSString *)arg1 callback:(JSValue *)arg2 __JS_EXPORT_AS__lstat:(id)arg3;
- (JSValue *)stat:(NSString *)arg1 callback:(JSValue *)arg2 __JS_EXPORT_AS__stat:(id)arg3;
- (JSValue *)fchown:(NSNumber *)arg1 uid:(NSNumber *)arg2 gid:(NSNumber *)arg3 callback:(JSValue *)arg4 __JS_EXPORT_AS__fchown:(id)arg5;
- (JSValue *)chown:(NSString *)arg1 uid:(NSNumber *)arg2 gid:(NSNumber *)arg3 callback:(JSValue *)arg4 __JS_EXPORT_AS__chown:(id)arg5;
- (JSValue *)fchmod:(NSNumber *)arg1 mode:(NSNumber *)arg2 callback:(JSValue *)arg3 __JS_EXPORT_AS__fchmod:(id)arg4;
- (JSValue *)chmod:(NSString *)arg1 mode:(NSNumber *)arg2 callback:(JSValue *)arg3 __JS_EXPORT_AS__chmod:(id)arg4;
- (JSValue *)unlink:(NSString *)arg1 callback:(JSValue *)arg2 __JS_EXPORT_AS__unlink:(id)arg3;
- (JSValue *)readlink:(NSString *)arg1 callback:(JSValue *)arg2 __JS_EXPORT_AS__readlink:(id)arg3;
- (JSValue *)symlink:(NSString *)arg1 from:(NSString *)arg2 mode:(NSString *)arg3 callback:(JSValue *)arg4 __JS_EXPORT_AS__symlink:(id)arg5;
- (JSValue *)link:(NSString *)arg1 from:(NSString *)arg2 callback:(JSValue *)arg3 __JS_EXPORT_AS__link:(id)arg4;
- (JSValue *)mkdir:(NSString *)arg1 mode:(NSNumber *)arg2 callback:(JSValue *)arg3 __JS_EXPORT_AS__mkdir:(id)arg4;
- (JSValue *)rmdir:(NSString *)arg1 callback:(JSValue *)arg2 __JS_EXPORT_AS__rmdir:(id)arg3;
- (JSValue *)ftruncate:(NSNumber *)arg1 length:(NSNumber *)arg2 callback:(JSValue *)arg3 __JS_EXPORT_AS__ftruncate:(id)arg4;
- (JSValue *)rename:(NSString *)arg1 to:(NSString *)arg2 callback:(JSValue *)arg3 __JS_EXPORT_AS__rename:(id)arg4;
- (JSValue *)fsync:(NSNumber *)arg1 callback:(JSValue *)arg2 __JS_EXPORT_AS__fsync:(id)arg3;
- (JSValue *)fdatasync:(NSNumber *)arg1 callback:(JSValue *)arg2 __JS_EXPORT_AS__fdatasync:(id)arg3;
- (JSValue *)writeString:(NSNumber *)arg1 string:(JSValue *)arg2 position:(JSValue *)arg3 encoding:(JSValue *)arg4 callback:(JSValue *)arg5 __JS_EXPORT_AS__writeString:(id)arg6;
- (JSValue *)writeBuffer:(NSNumber *)arg1 data:(JSValue *)arg2 offset:(JSValue *)arg3 length:(JSValue *)arg4 position:(JSValue *)arg5 callback:(JSValue *)arg6 __JS_EXPORT_AS__writeBuffer:(id)arg7;
- (JSValue *)readDir:(NSString *)arg1 callback:(JSValue *)arg2 __JS_EXPORT_AS__readdir:(id)arg3;
- (JSValue *)read:(NSNumber *)arg1 to:(JSValue *)arg2 offset:(JSValue *)arg3 length:(JSValue *)arg4 pos:(JSValue *)arg5 callback:(JSValue *)arg6 __JS_EXPORT_AS__read:(id)arg7;
- (JSValue *)close:(NSNumber *)arg1 callback:(JSValue *)arg2 __JS_EXPORT_AS__close:(id)arg3;
- (JSValue *)open:(NSString *)arg1 flags:(NSNumber *)arg2 mode:(NSNumber *)arg3 callback:(JSValue *)arg4 __JS_EXPORT_AS__open:(id)arg5;
@end
@protocol NLHTTPParserExports <JSExport>
- (void)resume;
- (void)pause;
- (void)reinitialize:(NSNumber *)arg1;
- (JSValue *)finish;
- (JSValue *)execute:(JSValue *)arg1;
@end
@protocol NLHandleExports <JSExport>
- (void)close:(JSValue *)arg1;
- (void)unref;
- (void)ref;
@end
@protocol NLProcessJSExports <JSExport>
- (void)close:(JSValue *)arg1;
- (void)unref;
- (void)ref;
@end
@protocol NLStreamExports <JSExport>
@property(readonly) NSNumber *writeQueueSize;
- (NSNumber *)shutdown:(JSValue *)arg1;
- (NSNumber *)writeObject:(JSValue *)arg1 withBuffer:(JSValue *)arg2 forOptionalSendHandle:(NLHandle *)arg3;
- (NSNumber *)writeObject:(JSValue *)arg1 withUtf8String:(NSString *)arg2 forOptionalSendHandle:(NLHandle *)arg3;
- (NSNumber *)writeObject:(JSValue *)arg1 withAsciiString:(NSString *)arg2 forOptionalSendHandle:(NLHandle *)arg3;
- (NSNumber *)readStop;
- (NSNumber *)readStart;
- (void)close:(JSValue *)arg1;
- (void)unref;
- (void)ref;
@optional
- (NSNumber *)writeObject:(JSValue *)arg1 withBuffer:(JSValue *)arg2 forOptionalSendHandle:(NLHandle *)arg3 __JS_EXPORT_AS__writeBuffer:(id)arg4;
- (NSNumber *)writeObject:(JSValue *)arg1 withUtf8String:(NSString *)arg2 forOptionalSendHandle:(NLHandle *)arg3 __JS_EXPORT_AS__writeUtf8String:(id)arg4;
- (NSNumber *)writeObject:(JSValue *)arg1 withAsciiString:(NSString *)arg2 forOptionalSendHandle:(NLHandle *)arg3 __JS_EXPORT_AS__writeAsciiString:(id)arg4;
@end
@protocol NLTCPExports <JSExport>
- (NSNumber *)connect6:(JSValue *)arg1 address:(NSString *)arg2 port:(NSNumber *)arg3;
- (NSNumber *)connect:(JSValue *)arg1 address:(NSString *)arg2 port:(NSNumber *)arg3;
- (NSNumber *)listen:(NSNumber *)arg1;
- (NSNumber *)bind6:(NSString *)arg1 port:(NSNumber *)arg2;
- (NSNumber *)bind:(NSString *)arg1 port:(NSNumber *)arg2;
- (void)open:(NSNumber *)arg1;
- (NSNumber *)setKeepAlive:(NSNumber *)arg1 to:(NSNumber *)arg2;
- (NSNumber *)setNoDelay:(NSNumber *)arg1;
- (NSNumber *)getpeername:(JSValue *)arg1;
- (NSNumber *)getsockname:(JSValue *)arg1;
- (NSNumber *)readStop;
- (NSNumber *)readStart;
- (void)close:(JSValue *)arg1;
- (void)unref;
- (void)ref;
@optional
- (NSNumber *)connect6:(JSValue *)arg1 address:(NSString *)arg2 port:(NSNumber *)arg3 __JS_EXPORT_AS__connect6:(id)arg4;
- (NSNumber *)connect:(JSValue *)arg1 address:(NSString *)arg2 port:(NSNumber *)arg3 __JS_EXPORT_AS__connect:(id)arg4;
- (NSNumber *)bind6:(NSString *)arg1 port:(NSNumber *)arg2 __JS_EXPORT_AS__bind6:(id)arg3;
- (NSNumber *)bind:(NSString *)arg1 port:(NSNumber *)arg2 __JS_EXPORT_AS__bind:(id)arg3;
- (NSNumber *)setKeepAlive:(NSNumber *)arg1 to:(NSNumber *)arg2 __JS_EXPORT_AS__setKeepAlive:(id)arg3;
@end
@protocol NLTTYExports <JSExport>
- (JSValue *)getWindowSize:(JSValue *)arg1;
- (NSNumber *)readStop;
- (NSNumber *)readStart;
- (void)close:(JSValue *)arg1;
- (void)unref;
- (void)ref;
@end
@protocol NLTimerExports <JSExport>
- (NSNumber *)again;
- (NSNumber *)getRepeat;
- (NSNumber *)setRepeat:(NSNumber *)arg1;
- (NSNumber *)stop;
- (NSNumber *)start:(NSNumber *)arg1 repeat:(NSNumber *)arg2;
- (void)close:(JSValue *)arg1;
- (void)unref;
- (void)ref;
@optional
- (NSNumber *)start:(NSNumber *)arg1 repeat:(NSNumber *)arg2 __JS_EXPORT_AS__start:(id)arg3;
@end
@protocol NLUDPExports <JSExport>
- (NSNumber *)setMulticastLoopback:(NSNumber *)arg1;
- (NSNumber *)setMulticastTTL:(NSNumber *)arg1;
- (NSNumber *)setBroadcast:(NSNumber *)arg1;
- (NSNumber *)setTTL:(NSNumber *)arg1;
- (NSNumber *)dropMembership:(NSString *)arg1 iface:(JSValue *)arg2;
- (NSNumber *)addMembership:(NSString *)arg1 iface:(JSValue *)arg2;
- (NSNumber *)getsockname:(JSValue *)arg1;
- (NSNumber *)recvStop;
- (NSNumber *)recvStart;
- (NSNumber *)send6:(JSValue *)arg1 buffer:(JSValue *)arg2 offset:(NSNumber *)arg3 length:(NSNumber *)arg4 port:(NSNumber *)arg5 address:(NSString *)arg6 hasCallback:(NSNumber *)arg7;
- (NSNumber *)send:(JSValue *)arg1 buffer:(JSValue *)arg2 offset:(NSNumber *)arg3 length:(NSNumber *)arg4 port:(NSNumber *)arg5 address:(NSString *)arg6 hasCallback:(NSNumber *)arg7;
- (NSNumber *)bind6:(NSString *)arg1 port:(NSNumber *)arg2 flags:(NSNumber *)arg3;
- (NSNumber *)bind:(NSString *)arg1 port:(NSNumber *)arg2 flags:(NSNumber *)arg3;
- (void)close:(JSValue *)arg1;
- (void)unref;
- (void)ref;
@optional
- (NSNumber *)dropMembership:(NSString *)arg1 iface:(JSValue *)arg2 __JS_EXPORT_AS__dropMembership:(id)arg3;
- (NSNumber *)addMembership:(NSString *)arg1 iface:(JSValue *)arg2 __JS_EXPORT_AS__addMembership:(id)arg3;
- (NSNumber *)send6:(JSValue *)arg1 buffer:(JSValue *)arg2 offset:(NSNumber *)arg3 length:(NSNumber *)arg4 port:(NSNumber *)arg5 address:(NSString *)arg6 hasCallback:(NSNumber *)arg7 __JS_EXPORT_AS__send6:(id)arg8;
- (NSNumber *)send:(JSValue *)arg1 buffer:(JSValue *)arg2 offset:(NSNumber *)arg3 length:(NSNumber *)arg4 port:(NSNumber *)arg5 address:(NSString *)arg6 hasCallback:(NSNumber *)arg7 __JS_EXPORT_AS__send:(id)arg8;
- (NSNumber *)bind6:(NSString *)arg1 port:(NSNumber *)arg2 flags:(NSNumber *)arg3 __JS_EXPORT_AS__bind6:(id)arg4;
- (NSNumber *)bind:(NSString *)arg1 port:(NSNumber *)arg2 flags:(NSNumber *)arg3 __JS_EXPORT_AS__bind:(id)arg4;
@end
@protocol NSCoding
- (id)initWithCoder:(NSCoder *)arg1;
- (void)encodeWithCoder:(NSCoder *)arg1;
@end
@protocol NSCopying
- (id)copyWithZone:(struct _NSZone *)arg1;
@end
@protocol NSObject
@property(readonly, copy) NSString *description;
@property(readonly) Class superclass;
@property(readonly) unsigned long long hash;
- (struct _NSZone *)zone;
- (unsigned long long)retainCount;
- (id)autorelease;
- (oneway void)release;
- (id)retain;
- (_Bool)respondsToSelector:(SEL)arg1;
- (_Bool)conformsToProtocol:(Protocol *)arg1;
- (_Bool)isMemberOfClass:(Class)arg1;
- (_Bool)isKindOfClass:(Class)arg1;
- (_Bool)isProxy;
- (id)performSelector:(SEL)arg1 withObject:(id)arg2 withObject:(id)arg3;
- (id)performSelector:(SEL)arg1 withObject:(id)arg2;
- (id)performSelector:(SEL)arg1;
- (id)self;
- (Class)class;
- (_Bool)isEqual:(id)arg1;
@optional
@property(readonly, copy) NSString *debugDescription;
@end
@protocol NSSecureCoding <NSCoding>
+ (_Bool)supportsSecureCoding;
@end
@protocol NSStreamDelegate <NSObject>
@optional
- (void)stream:(NSStream *)arg1 handleEvent:(unsigned long long)arg2;
@end
@protocol NSURLSessionDataDelegate <NSURLSessionTaskDelegate>
@optional
- (void)URLSession:(NSURLSession *)arg1 dataTask:(NSURLSessionDataTask *)arg2 willCacheResponse:(NSCachedURLResponse *)arg3 completionHandler:(void (^)(NSCachedURLResponse *))arg4;
- (void)URLSession:(NSURLSession *)arg1 dataTask:(NSURLSessionDataTask *)arg2 didReceiveData:(NSData *)arg3;
- (void)URLSession:(NSURLSession *)arg1 dataTask:(NSURLSessionDataTask *)arg2 didBecomeStreamTask:(NSURLSessionStreamTask *)arg3;
- (void)URLSession:(NSURLSession *)arg1 dataTask:(NSURLSessionDataTask *)arg2 didBecomeDownloadTask:(NSURLSessionDownloadTask *)arg3;
- (void)URLSession:(NSURLSession *)arg1 dataTask:(NSURLSessionDataTask *)arg2 didReceiveResponse:(NSURLResponse *)arg3 completionHandler:(void (^)(long long))arg4;
@end
@protocol NSURLSessionDelegate <NSObject>
@optional
- (void)URLSessionDidFinishEventsForBackgroundURLSession:(NSURLSession *)arg1;
- (void)URLSession:(NSURLSession *)arg1 didReceiveChallenge:(NSURLAuthenticationChallenge *)arg2 completionHandler:(void (^)(long long, NSURLCredential *))arg3;
- (void)URLSession:(NSURLSession *)arg1 didBecomeInvalidWithError:(NSError *)arg2;
@end
@protocol NSURLSessionDownloadDelegate <NSURLSessionTaskDelegate>
- (void)URLSession:(NSURLSession *)arg1 downloadTask:(NSURLSessionDownloadTask *)arg2 didFinishDownloadingToURL:(NSURL *)arg3;
@optional
- (void)URLSession:(NSURLSession *)arg1 downloadTask:(NSURLSessionDownloadTask *)arg2 didResumeAtOffset:(long long)arg3 expectedTotalBytes:(long long)arg4;
- (void)URLSession:(NSURLSession *)arg1 downloadTask:(NSURLSessionDownloadTask *)arg2 didWriteData:(long long)arg3 totalBytesWritten:(long long)arg4 totalBytesExpectedToWrite:(long long)arg5;
@end
@protocol NSURLSessionTaskDelegate <NSURLSessionDelegate>
@optional
- (void)URLSession:(NSURLSession *)arg1 task:(NSURLSessionTask *)arg2 didCompleteWithError:(NSError *)arg3;
- (void)URLSession:(NSURLSession *)arg1 task:(NSURLSessionTask *)arg2 didFinishCollectingMetrics:(NSURLSessionTaskMetrics *)arg3;
- (void)URLSession:(NSURLSession *)arg1 task:(NSURLSessionTask *)arg2 didSendBodyData:(long long)arg3 totalBytesSent:(long long)arg4 totalBytesExpectedToSend:(long long)arg5;
- (void)URLSession:(NSURLSession *)arg1 task:(NSURLSessionTask *)arg2 needNewBodyStream:(void (^)(NSInputStream *))arg3;
- (void)URLSession:(NSURLSession *)arg1 task:(NSURLSessionTask *)arg2 didReceiveChallenge:(NSURLAuthenticationChallenge *)arg3 completionHandler:(void (^)(long long, NSURLCredential *))arg4;
- (void)URLSession:(NSURLSession *)arg1 task:(NSURLSessionTask *)arg2 willPerformHTTPRedirection:(NSHTTPURLResponse *)arg3 newRequest:(NSURLRequest *)arg4 completionHandler:(void (^)(NSURLRequest *))arg5;
@end
@protocol NotificationJSExports <JSExport>
+ (_Bool)postNotification:(NSDictionary *)arg1;
+ (_Bool)requestAuthorization;
+ (_Bool)isAuthorized;
+ (NSArray *)getScheduled;
@end
@protocol ObjCTestClassJSExports <JSExport>
+ (void)type_unknown;
+ (SEL)type_method_selector;
+ (Class)type_class;
+ (id)type_object;
+ (char *)type_character_string;
+ (void)type_void;
+ (_Bool)type_bool;
+ (double)type_double;
+ (float)type_float;
+ (unsigned long long)type_unsigned_long_long;
+ (unsigned long long)type_unsigned_long;
+ (unsigned short)type_unsigned_short;
+ (unsigned int)type_unsigned_int;
+ (unsigned char)type_unsigned_char;
+ (long long)type_longlong;
+ (short)type_short;
+ (int)type_int;
+ (BOOL)type_char;
@end
@protocol SFSpeechRecognizerDelegate <NSObject>
@optional
- (void)speechRecognizer:(SFSpeechRecognizer *)arg1 availabilityDidChange:(_Bool)arg2;
@end
@protocol SpeechRecognitionJSExports <JSExport>
+ (void)authorize:(JSValue *)arg1;
+ (_Bool)isAvailable:(NSString *)arg1;
- (void)stop;
- (void)start:(JSValue *)arg1;
- (id)initWithLocale:(NSString *)arg1;
@end
@protocol TouchIDModuleJSExports <JSExport>
@property(readonly) _Bool isAvailable;
- (void)authorizeWithReason:(NSString *)arg1 callback:(JSValue *)arg2;
@optional
- (void)authorizeWithReason:(NSString *)arg1 callback:(JSValue *)arg2 __JS_EXPORT_AS__authorize:(id)arg3;
@end
@protocol TwitterModuleJSExports <JSExport>
@property(retain, nonatomic) NSString *account;
- (NSArray *)getAccounts;
- (void)request:(NSString *)arg1 endpoint:(NSString *)arg2 parameters:(NSDictionary *)arg3 successKeyPath:(JSValue *)arg4 callback:(JSValue *)arg5;
@optional
- (void)request:(NSString *)arg1 endpoint:(NSString *)arg2 parameters:(NSDictionary *)arg3 successKeyPath:(JSValue *)arg4 callback:(JSValue *)arg5 __JS_EXPORT_AS__request:(id)arg6;
@end
@protocol UIKeyCommandJSExports <JSExport>
+ (id)newWithKeyCommand:(NSString *)arg1 title:(NSString *)arg2 action:(JSValue *)arg3;
@property(retain, nonatomic) JSValue *javaScriptAction;
@optional
+ (id)newWithKeyCommand:(NSString *)arg1 title:(NSString *)arg2 action:(JSValue *)arg3 __JS_EXPORT_AS__new:(id)arg4;
@end
@protocol UIScrollViewDelegate <NSObject>
@optional
- (void)scrollViewDidScrollToTop:(UIScrollView *)arg1;
- (_Bool)scrollViewShouldScrollToTop:(UIScrollView *)arg1;
- (void)scrollViewDidEndZooming:(UIScrollView *)arg1 withView:(UIView *)arg2 atScale:(double)arg3;
- (void)scrollViewWillBeginZooming:(UIScrollView *)arg1 withView:(UIView *)arg2;
- (UIView *)viewForZoomingInScrollView:(UIScrollView *)arg1;
- (void)scrollViewDidEndScrollingAnimation:(UIScrollView *)arg1;
- (void)scrollViewDidEndDecelerating:(UIScrollView *)arg1;
- (void)scrollViewWillBeginDecelerating:(UIScrollView *)arg1;
- (void)scrollViewDidEndDragging:(UIScrollView *)arg1 willDecelerate:(_Bool)arg2;
- (void)scrollViewWillEndDragging:(UIScrollView *)arg1 withVelocity:(struct CGPoint)arg2 targetContentOffset:(inout struct CGPoint *)arg3;
- (void)scrollViewWillBeginDragging:(UIScrollView *)arg1;
- (void)scrollViewDidZoom:(UIScrollView *)arg1;
- (void)scrollViewDidScroll:(UIScrollView *)arg1;
@end
@protocol UITableViewDataSource <NSObject>
- (UITableViewCell *)tableView:(UITableView *)arg1 cellForRowAtIndexPath:(NSIndexPath *)arg2;
- (long long)tableView:(UITableView *)arg1 numberOfRowsInSection:(long long)arg2;
@optional
- (void)tableView:(UITableView *)arg1 moveRowAtIndexPath:(NSIndexPath *)arg2 toIndexPath:(NSIndexPath *)arg3;
- (void)tableView:(UITableView *)arg1 commitEditingStyle:(long long)arg2 forRowAtIndexPath:(NSIndexPath *)arg3;
- (long long)tableView:(UITableView *)arg1 sectionForSectionIndexTitle:(NSString *)arg2 atIndex:(long long)arg3;
- (NSArray *)sectionIndexTitlesForTableView:(UITableView *)arg1;
- (_Bool)tableView:(UITableView *)arg1 canMoveRowAtIndexPath:(NSIndexPath *)arg2;
- (_Bool)tableView:(UITableView *)arg1 canEditRowAtIndexPath:(NSIndexPath *)arg2;
- (NSString *)tableView:(UITableView *)arg1 titleForFooterInSection:(long long)arg2;
- (NSString *)tableView:(UITableView *)arg1 titleForHeaderInSection:(long long)arg2;
- (long long)numberOfSectionsInTableView:(UITableView *)arg1;
@end
@protocol UITableViewDelegate <NSObject, UIScrollViewDelegate>
@optional
- (NSIndexPath *)indexPathForPreferredFocusedViewInTableView:(UITableView *)arg1;
- (void)tableView:(UITableView *)arg1 didUpdateFocusInContext:(UITableViewFocusUpdateContext *)arg2 withAnimationCoordinator:(UIFocusAnimationCoordinator *)arg3;
- (_Bool)tableView:(UITableView *)arg1 shouldUpdateFocusInContext:(UITableViewFocusUpdateContext *)arg2;
- (_Bool)tableView:(UITableView *)arg1 canFocusRowAtIndexPath:(NSIndexPath *)arg2;
- (void)tableView:(UITableView *)arg1 performAction:(SEL)arg2 forRowAtIndexPath:(NSIndexPath *)arg3 withSender:(id)arg4;
- (_Bool)tableView:(UITableView *)arg1 canPerformAction:(SEL)arg2 forRowAtIndexPath:(NSIndexPath *)arg3 withSender:(id)arg4;
- (_Bool)tableView:(UITableView *)arg1 shouldShowMenuForRowAtIndexPath:(NSIndexPath *)arg2;
- (long long)tableView:(UITableView *)arg1 indentationLevelForRowAtIndexPath:(NSIndexPath *)arg2;
- (NSIndexPath *)tableView:(UITableView *)arg1 targetIndexPathForMoveFromRowAtIndexPath:(NSIndexPath *)arg2 toProposedIndexPath:(NSIndexPath *)arg3;
- (void)tableView:(UITableView *)arg1 didEndEditingRowAtIndexPath:(NSIndexPath *)arg2;
- (void)tableView:(UITableView *)arg1 willBeginEditingRowAtIndexPath:(NSIndexPath *)arg2;
- (_Bool)tableView:(UITableView *)arg1 shouldIndentWhileEditingRowAtIndexPath:(NSIndexPath *)arg2;
- (NSArray *)tableView:(UITableView *)arg1 editActionsForRowAtIndexPath:(NSIndexPath *)arg2;
- (NSString *)tableView:(UITableView *)arg1 titleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath *)arg2;
- (long long)tableView:(UITableView *)arg1 editingStyleForRowAtIndexPath:(NSIndexPath *)arg2;
- (void)tableView:(UITableView *)arg1 didDeselectRowAtIndexPath:(NSIndexPath *)arg2;
- (void)tableView:(UITableView *)arg1 didSelectRowAtIndexPath:(NSIndexPath *)arg2;
- (NSIndexPath *)tableView:(UITableView *)arg1 willDeselectRowAtIndexPath:(NSIndexPath *)arg2;
- (NSIndexPath *)tableView:(UITableView *)arg1 willSelectRowAtIndexPath:(NSIndexPath *)arg2;
- (void)tableView:(UITableView *)arg1 didUnhighlightRowAtIndexPath:(NSIndexPath *)arg2;
- (void)tableView:(UITableView *)arg1 didHighlightRowAtIndexPath:(NSIndexPath *)arg2;
- (_Bool)tableView:(UITableView *)arg1 shouldHighlightRowAtIndexPath:(NSIndexPath *)arg2;
- (void)tableView:(UITableView *)arg1 accessoryButtonTappedForRowWithIndexPath:(NSIndexPath *)arg2;
- (long long)tableView:(UITableView *)arg1 accessoryTypeForRowWithIndexPath:(NSIndexPath *)arg2;
- (UIView *)tableView:(UITableView *)arg1 viewForFooterInSection:(long long)arg2;
- (UIView *)tableView:(UITableView *)arg1 viewForHeaderInSection:(long long)arg2;
- (double)tableView:(UITableView *)arg1 estimatedHeightForFooterInSection:(long long)arg2;
- (double)tableView:(UITableView *)arg1 estimatedHeightForHeaderInSection:(long long)arg2;
- (double)tableView:(UITableView *)arg1 estimatedHeightForRowAtIndexPath:(NSIndexPath *)arg2;
- (double)tableView:(UITableView *)arg1 heightForFooterInSection:(long long)arg2;
- (double)tableView:(UITableView *)arg1 heightForHeaderInSection:(long long)arg2;
- (double)tableView:(UITableView *)arg1 heightForRowAtIndexPath:(NSIndexPath *)arg2;
- (void)tableView:(UITableView *)arg1 didEndDisplayingFooterView:(UIView *)arg2 forSection:(long long)arg3;
- (void)tableView:(UITableView *)arg1 didEndDisplayingHeaderView:(UIView *)arg2 forSection:(long long)arg3;
- (void)tableView:(UITableView *)arg1 didEndDisplayingCell:(UITableViewCell *)arg2 forRowAtIndexPath:(NSIndexPath *)arg3;
- (void)tableView:(UITableView *)arg1 willDisplayFooterView:(UIView *)arg2 forSection:(long long)arg3;
- (void)tableView:(UITableView *)arg1 willDisplayHeaderView:(UIView *)arg2 forSection:(long long)arg3;
- (void)tableView:(UITableView *)arg1 willDisplayCell:(UITableViewCell *)arg2 forRowAtIndexPath:(NSIndexPath *)arg3;
@end
@protocol UITextFieldDelegate <NSObject>
@optional
- (_Bool)textFieldShouldReturn:(UITextField *)arg1;
- (_Bool)textFieldShouldClear:(UITextField *)arg1;
- (_Bool)textField:(UITextField *)arg1 shouldChangeCharactersInRange:(struct _NSRange)arg2 replacementString:(NSString *)arg3;
- (void)textFieldDidEndEditing:(UITextField *)arg1 reason:(long long)arg2;
- (void)textFieldDidEndEditing:(UITextField *)arg1;
- (_Bool)textFieldShouldEndEditing:(UITextField *)arg1;
- (void)textFieldDidBeginEditing:(UITextField *)arg1;
- (_Bool)textFieldShouldBeginEditing:(UITextField *)arg1;
@end
@interface LKJSViewController : UIViewController <LKJSViewControllerExports>
{
JSValue *___JSViewObject;
}
+ (void)initialize;
@property(retain, nonatomic) JSValue *__JSViewObject; // @synthesize __JSViewObject=___JSViewObject;
- (void).cxx_destruct;
- (void)setJSViewObject:(id)arg1;
- (void)fireKeyCommand:(id)arg1;
- (id)keyCommands;
- (void)dismissWithCallback:(id)arg1;
- (void)close;
- (void)didReceiveMemoryWarning;
- (void)viewDidDisappear:(_Bool)arg1;
- (void)viewWillDisappear:(_Bool)arg1;
- (void)viewDidAppear:(_Bool)arg1;
- (void)viewWillAppear:(_Bool)arg1;
- (void)viewDidLoad;
- (void)loadView;
@end
@interface LKJSModuleNetworking : NSObject <LKJSModuleNetworkingJSExports>
{
}
+ (void)get;
@end
@interface LKJSObjCProxy : NSObject <LKJSObjCProxyExports>
{
id _pointer;
}
@property(retain, nonatomic) id pointer; // @synthesize pointer=_pointer;
- (void).cxx_destruct;
- (id)instanceMethods;
- (id)classMethods;
- (id)returnTypeOfMethod:(id)arg1;
@property(readonly) _Bool isInstance;
@property(readonly) _Bool isClass;
- (id)description;
- (id)call:(id)arg1 arguments:(id)arg2 returnNativeObject:(id)arg3;
@property(readonly, nonatomic) id ptr;
- (id)initWithObject:(id)arg1;
@end
@interface LKJSButton : UIButton <LKJSButtonExports>
{
JSValue *___action;
}
@property(retain, nonatomic) JSValue *__action; // @synthesize __action=___action;
- (void).cxx_destruct;
- (void)setAction:(id)arg1;
- (void)didTap;
- (id)initWithTitle:(id)arg1;
@end
@interface LKJavaScriptCodeAnalyzer : NSObject
{
}
+ (id)sharedInstance;
- (void)analyzeFile:(id)arg1 withCompletionHandler:(CDUnknownBlockType)arg2;
- (id)init;
@end
@interface LKJavaScriptCodeAnalyzerResult : NSObject
{
NSDictionary *_resultsDict;
NSArray *_errors;
NSDictionary *_options;
NSArray *_unused;
NSDictionary *_member;
NSArray *_functions;
NSArray *_globals;
}
+ (id)fromDict:(id)arg1;
@property(retain, nonatomic) NSArray *globals; // @synthesize globals=_globals;
@property(retain, nonatomic) NSArray *functions; // @synthesize functions=_functions;
@property(retain, nonatomic) NSDictionary *member; // @synthesize member=_member;
@property(retain, nonatomic) NSArray *unused; // @synthesize unused=_unused;
@property(retain, nonatomic) NSDictionary *options; // @synthesize options=_options;
@property(retain, nonatomic) NSArray *errors; // @synthesize errors=_errors;
@property(retain, nonatomic) NSDictionary *resultsDict; // @synthesize resultsDict=_resultsDict;
- (void).cxx_destruct;
@end
@interface LKJavaScriptCodeAnalyzerOptions : NSObject
{
}
@end
@interface LKJSSegmentedControl : UISegmentedControl <LKJSSegmentedControlExports>
{
JSValue *___action;
}
@property(retain, nonatomic) JSValue *__action; // @synthesize __action=___action;
- (void).cxx_destruct;
- (void)setAction:(id)arg1;
- (void)didSelect;
- (id)initWithItems:(id)arg1;
@end
@interface LKJSTextField : UITextField <UITextFieldDelegate, LKJSTextFieldExports>
{
JSValue *___action;
JSValue *___didReturnAction;
}
@property(retain, nonatomic) JSValue *__didReturnAction; // @synthesize __didReturnAction=___didReturnAction;
@property(retain, nonatomic) JSValue *__action; // @synthesize __action=___action;
- (void).cxx_destruct;
- (void)setDidReturnAction:(id)arg1;
- (void)setAction:(id)arg1;
- (void)textDidChange;
- (_Bool)textFieldShouldReturn:(id)arg1;
- (id)init;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end
@interface NLTCP : NLStream <NLTCPExports>
{
struct uv_tcp_s handle;
}
+ (id)binding;
- (id)connect6:(id)arg1 address:(id)arg2 port:(id)arg3;
- (id)connect:(id)arg1 address:(id)arg2 port:(id)arg3;
- (id)listen:(id)arg1;
- (id)bind6:(id)arg1 port:(id)arg2;
- (id)bind:(id)arg1 port:(id)arg2;
- (void)open:(id)arg1;
- (id)setKeepAlive:(id)arg1 to:(id)arg2;
- (id)setNoDelay:(id)arg1;
- (id)getpeername:(id)arg1;
- (id)getsockname:(id)arg1;
- (id)initInContext:(id)arg1;
- (id)init;
@end
@interface LKScriptEvaluationOptions : NSObject
{
_Bool _isRepl;
NSString *_code;
NSString *_path;
NSArray *_args;
}
+ (id)newWithCode:(id)arg1 path:(id)arg2 arguments:(id)arg3 isRepl:(_Bool)arg4;
@property _Bool isRepl; // @synthesize isRepl=_isRepl;
@property(retain, nonatomic) NSArray *args; // @synthesize args=_args;
@property(retain, nonatomic) NSString *path; // @synthesize path=_path;
@property(retain, nonatomic) NSString *code; // @synthesize code=_code;
- (void).cxx_destruct;
@end
@interface LKJavaScriptInterpreter : IKInterpreterInterface
{
NLContext *_context;
JSVirtualMachine *_virtualMachine;
unsigned long long _backgroundTask;
NSThread *_interpreterThread;
NSObject<OS_dispatch_queue> *_interpreterQueue;
}
+ (id)customNodeModules;
+ (id)sharedInstance;
+ (_Bool)isAvailable;
@property(retain) NSObject<OS_dispatch_queue> *interpreterQueue; // @synthesize interpreterQueue=_interpreterQueue;
@property(retain, nonatomic) NSThread *interpreterThread; // @synthesize interpreterThread=_interpreterThread;
@property unsigned long long backgroundTask; // @synthesize backgroundTask=_backgroundTask;
@property(retain, nonatomic) JSVirtualMachine *virtualMachine; // @synthesize virtualMachine=_virtualMachine;
@property(retain, nonatomic) NLContext *context; // @synthesize context=_context;
- (void).cxx_destruct;
- (void)injectModules;
- (void)stopExecution;
- (id)_evaluate:(id)arg1;
- (void)evaluate:(id)arg1;
- (void)evaluateString:(id)arg1 withSourceFilePath:(id)arg2 arguments:(id)arg3;
- (void)evaluateString:(id)arg1 withArguments:(id)arg2 sourceFilePath:(id)arg3;
- (void)evaluateScriptAtPath:(id)arg1 withArguments:(id)arg2;
- (void)repl_evaluateFileAtPath:(id)arg1;
- (id)repl_evaluateString:(id)arg1;
- (void)repl_enter;
- (id)currentContext;
- (void)setupLogging;
- (void)setupExceptionHandler;
- (void)setupJavaScriptInterpreter;
- (id)init;
- (_Bool)isAvailable;
- (void)setExtensionInputItems:(id)arg1 finishHandler:(CDUnknownBlockType)arg2;
@end
@interface LKJSModuleTwitter : NSObject <TwitterModuleJSExports>
{
NSString *__account;
}
@property(retain, nonatomic) NSString *_account; // @synthesize _account=__account;
- (void).cxx_destruct;
@property(retain, nonatomic) NSString *account;
- (id)getAccounts;
- (void)getTwitterAccountWithCompletionHandler:(CDUnknownBlockType)arg1;
- (void)makeRequestToTwitterAPIFromAccount:(id)arg1 withMethod:(long long)arg2 endpointURL:(id)arg3 parameters:(id)arg4 successKeyPath:(id)arg5 javaScriptCallback:(id)arg6;
- (void)request:(id)arg1 endpoint:(id)arg2 parameters:(id)arg3 successKeyPath:(id)arg4 callback:(id)arg5;
@end
@interface LKJSModuleSpeechRecognition : NSObject <SFSpeechRecognizerDelegate, SpeechRecognitionJSExports>
{
SFSpeechRecognizer *_speechRecognizer;
SFSpeechAudioBufferRecognitionRequest *_recognitionRequest;
SFSpeechRecognitionTask *_recognitionTask;
AVAudioEngine *_audioEngine;
JSValue *_reconitionCallback;
}
+ (void)authorize:(id)arg1;
+ (_Bool)isAvailable:(id)arg1;
@property(retain, nonatomic) JSValue *reconitionCallback; // @synthesize reconitionCallback=_reconitionCallback;
@property(retain, nonatomic) AVAudioEngine *audioEngine; // @synthesize audioEngine=_audioEngine;
@property(retain, nonatomic) SFSpeechRecognitionTask *recognitionTask; // @synthesize recognitionTask=_recognitionTask;
@property(retain, nonatomic) SFSpeechAudioBufferRecognitionRequest *recognitionRequest; // @synthesize recognitionRequest=_recognitionRequest;
@property(retain, nonatomic) SFSpeechRecognizer *speechRecognizer; // @synthesize speechRecognizer=_speechRecognizer;
- (void).cxx_destruct;
- (void)speechRecognizer:(id)arg1 availabilityDidChange:(_Bool)arg2;
- (void)stop;
- (void)start:(id)arg1;
- (id)initWithLocale:(id)arg1;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end
@interface NLNatives : NLBinding
{
}
+ (id)binding;
+ (id)sourceAtPath:(id)arg1;
+ (id)pathOfModule:(id)arg1;
+ (id)modules;
+ (id)bundle;
@end
@interface NLHTTPParser : NLBinding <NLHTTPParserExports>
{
struct http_parser parser_;
NSMutableData *fields_[32];
NSMutableData *values_[32];
NSMutableData *url_;
NSMutableData *status_message_;
int num_fields_;
int num_values_;
_Bool have_flushed_;
_Bool got_exception_;
JSValue *current_buffer_;
unsigned long long current_buffer_len_;
char *current_buffer_data_;
struct http_parser_settings settings;
}
+ (id)binding;
- (void).cxx_destruct;
- (void)flush;
- (id)headers;
- (id)finish;
- (id)execute:(id)arg1;
- (void)resume;
- (void)pause;
- (void)reinitialize:(id)arg1;
- (id)init;
@end
@interface LKJSModuleKeychain : NSObject <LKJSModuleKeychainJSExports>
{
}
+ (id)set:(id)arg1 forKey:(id)arg2;
+ (id)get:(id)arg1;
+ (void)initialize;
@end
@interface LKJSModuleLocation : NSObject <LocationJSExports>
{
CLLocationManager *_locationManager;
CLGeocoder *_geocoder;
}
@property(retain, nonatomic) CLGeocoder *geocoder; // @synthesize geocoder=_geocoder;
@property(retain, nonatomic) CLLocationManager *locationManager; // @synthesize locationManager=_locationManager;
- (void).cxx_destruct;
- (void)geocodeAddress:(id)arg1 callback:(id)arg2;
- (void)authorize;
@property(readonly) _Bool isAuthorized;
@property(readonly) _Bool isAvailable;
- (id)init;
@end
@interface LKJSModuleLocation_Helpers : NSObject
{
}
+ (CDStruct_2b0c6e0b)MKCoordinateRegionMakeWithDistance:(struct CLLocationCoordinate2D)arg1 latitudinalMeters:(double)arg2 longitudinalMeters:(double)arg3;
@end
@interface NLHandle : NLAsync <NLHandleExports>
{
unsigned int flags;
JSValue *persistent;
struct uv_handle_s *_handle;
NSValue *_weakValue;
}
+ (id)handleQueue;
@property(readonly) NSValue *weakValue; // @synthesize weakValue=_weakValue;
@property(readonly) struct uv_handle_s *handle; // @synthesize handle=_handle;
- (void).cxx_destruct;
- (void)dealloc;
- (id)initWithHandle:(struct uv_handle_s *)arg1 inContext:(id)arg2;
- (void)close:(id)arg1;
- (void)unref;
- (void)ref;
@end
@interface LKJSBarButtonItem : UIBarButtonItem <LKJSBarButtonItemExports>
{
JSValue *___action;
}
@property(retain, nonatomic) JSValue *__action; // @synthesize __action=___action;
- (void).cxx_destruct;
- (void)setCustomAction:(id)arg1;
- (void)didPress;
- (id)initWithBarButtonSystemItem:(long long)arg1 target:(id)arg2 action:(SEL)arg3;
- (id)initWithImage:(id)arg1 style:(long long)arg2 target:(id)arg3 action:(SEL)arg4;
- (id)initWithTitle:(id)arg1 style:(long long)arg2 target:(id)arg3 action:(SEL)arg4;
@end
@interface NLContextify : NLBinding <NLContextifyExports>
{
NSString *_code;
JSValue *_options;
}
+ (id)makeContext:(id)arg1;
+ (id)isContext:(id)arg1;
+ (id)binding;
@property(retain) JSValue *options; // @synthesize options=_options;
@property(retain) NSString *code; // @synthesize code=_code;
- (void).cxx_destruct;
- (id)runInNewContext:(id)arg1 options:(id)arg2;
- (id)runInThisContext:(id)arg1;
- (id)runInContext:(id)arg1 options:(id)arg2;
- (id)runInJSContext:(id)arg1 options:(id)arg2;
- (id)initWithCode:(id)arg1 options:(id)arg2;
@end
@interface LKObjCTestClass : NSObject <ObjCTestClassJSExports>
{
}
+ (void)type_unknown;
+ (SEL)type_method_selector;
+ (Class)type_class;
+ (id)type_object;
+ (char *)type_character_string;
+ (void)type_void;
+ (_Bool)type_bool;
+ (double)type_double;
+ (float)type_float;
+ (unsigned long long)type_unsigned_long_long;
+ (unsigned long long)type_unsigned_long;
+ (unsigned short)type_unsigned_short;
+ (unsigned int)type_unsigned_int;
+ (unsigned char)type_unsigned_char;
+ (long long)type_longlong;
+ (short)type_short;
+ (int)type_int;
+ (BOOL)type_char;
@end
@interface LKKeyboardShortcut : NSObject <NSCopying>
{
long long _modifiers;
NSString *_input;
NSString *_title;
NSString *_id;
}
@property(retain, nonatomic) NSString *id; // @synthesize id=_id;
@property(retain, nonatomic) NSString *title; // @synthesize title=_title;
@property(retain, nonatomic) NSString *input; // @synthesize input=_input;
@property(nonatomic) long long modifiers; // @synthesize modifiers=_modifiers;
- (void).cxx_destruct;
- (id)initWithKeyCommand:(id)arg1;
- (id)copyWithZone:(struct _NSZone *)arg1;
@end
@interface LKJSModuleApplication : NSObject <ApplicationJSExports>
{
NSArray *validKeyModifiers;
NSDictionary *keyModifiersMap;
NSMutableDictionary *_internalMutableKeyboardShortcuts;
}
+ (id)sharedInstance;
@property(retain, nonatomic) NSMutableDictionary *internalMutableKeyboardShortcuts; // @synthesize internalMutableKeyboardShortcuts=_internalMutableKeyboardShortcuts;
- (void).cxx_destruct;
- (void)resetKeyboardShortcuts;
@property(readonly, nonatomic) NSDictionary *keyboardShortcuts;
- (_Bool)deregisterShortcut:(id)arg1;
- (id)registerShortcut:(id)arg1 withTitle:(id)arg2 andHandler:(id)arg3;
@property(nonatomic) double screenBrightness;
@property(nonatomic) long long badgeNumber;
@property(readonly) NSString *buildNumber;
@property(readonly) NSString *version;
- (id)init;
@end
@interface NLCares : NLBinding <NLCaresExports>
{
}
+ (id)getAddrInfo:(id)arg1 hostname:(id)arg2 family:(id)arg3;
+ (id)isIP:(id)arg1;
@end
@interface LKJSModuleContacts : NSObject <ContactsJSExports>
{
}
- (id)allContactPropertyKeys;
- (id)getAll;
- (void)authorize:(id)arg1;
@property(readonly, nonatomic) _Bool isAuthorized;
@end
@interface NLBuffer : NLBinding
{
}
+ (void)setupBufferJS:(id)arg1 internal:(id)arg2;
+ (void)fill:(id)arg1 with:(id)arg2 from:(id)arg3 to:(id)arg4;
+ (id)copy:(id)arg1 target:(id)arg2 targetStart:(id)arg3 sourceStart:(id)arg4 sourceEnd:(id)arg5;
+ (id)sliceHex:(id)arg1 from:(id)arg2 to:(id)arg3;
+ (id)sliceBinary:(id)arg1 from:(id)arg2 to:(id)arg3;
+ (id)sliceAscii:(id)arg1 from:(id)arg2 to:(id)arg3;
+ (id)sliceBase64:(id)arg1 from:(id)arg2 to:(id)arg3;
+ (id)sliceUcs2:(id)arg1 from:(id)arg2 to:(id)arg3;
+ (id)slice:(id)arg1 from:(id)arg2 to:(id)arg3;
+ (char *)getData:(id)arg1 ofSize:(int)arg2;
+ (int)getLength:(id)arg1;
+ (id)readFPFromBuffer:(id)arg1 atOffset:(unsigned int)arg2 length:(unsigned int)arg3 big:(_Bool)arg4;
+ (id)writeBE:(const void *)arg1 toBuffer:(id)arg2 atOffset:(id)arg3 withLength:(int)arg4;
+ (id)writeLE:(const void *)arg1 toBuffer:(id)arg2 atOffset:(id)arg3 withLength:(int)arg4;
+ (id)write:(const char *)arg1 toBuffer:(id)arg2 atOffset:(id)arg3 withLength:(id)arg4;
+ (id)writeString:(id)arg1 toBuffer:(id)arg2 atOffset:(id)arg3 withLength:(id)arg4;
+ (id)writeString:(id)arg1 usingEncoding:(int)arg2 toBuffer:(id)arg3 atOffset:(id)arg4 withLength:(id)arg5;
+ (id)useData:(const char *)arg1 ofLength:(unsigned long long)arg2 inContext:(id)arg3;
+ (id)emptyBufferWithSize:(unsigned long long)arg1 inContext:(id)arg2;
+ (id)constructorInContext:(id)arg1;
+ (id)binding;
@end
@interface NLConstants : NLBinding
{
}
+ (id)binding;
@end
@interface LKJSModuleTouchID : NSObject <TouchIDModuleJSExports>
{
}
- (void)authorizeWithReason:(id)arg1 callback:(id)arg2;
@property(readonly) _Bool isAvailable;
@end
@interface LKJSModuleDialogs : NSObject <DialogsJSExports>
{
}
+ (void)text:(id)arg1 configuration:(id)arg2 callback:(id)arg3;
@end
@interface LKJavaScriptCodeAnalyzerSyntaxError : NSObject
{
NSString *_message;
long long _line;
NSString *_sourceUrl;
}
@property(retain, nonatomic) NSString *sourceUrl; // @synthesize sourceUrl=_sourceUrl;
@property long long line; // @synthesize line=_line;
@property(retain, nonatomic) NSString *message; // @synthesize message=_message;
- (void).cxx_destruct;
@end
@interface LKJavaScriptSyntaxChecker : NSObject
{
}
+ (id)shared;
- (void)checkScript:(id)arg1 atFilePath:(id)arg2 completionHandler:(CDUnknownBlockType)arg3;
- (void)checkSyntaxForScript:(id)arg1 completionHandler:(CDUnknownBlockType)arg2;
- (void)checkSyntaxForFileAtPath:(id)arg1 completionHandler:(CDUnknownBlockType)arg2;
- (id)init;
@end
@interface LKNLOS : NLBinding <LKNLOSExports>
{
}
+ (id)getInterfaceAddresses;
+ (id)getOSRelease;
+ (id)getOSType;
+ (id)getCPUs;
+ (id)getTotalMem;
+ (id)getFreeMem;
+ (id)getUptime;
+ (id)getLoadAvg;
+ (id)getHostname;
+ (id)getEndianness;
@end
@interface LKJSTableViewDataSource : NSObject <UITableViewDataSource, LKJSTableViewDataSourceExports>
{
JSValue *___dataSourceObject;
JSValue *___tableViewObject;
}
@property(retain, nonatomic) JSValue *__tableViewObject; // @synthesize __tableViewObject=___tableViewObject;
@property(retain, nonatomic) JSValue *__dataSourceObject; // @synthesize __dataSourceObject=___dataSourceObject;
- (void).cxx_destruct;
- (void)setTableViewObject:(id)arg1;
- (void)setDataSourceObject:(id)arg1;
- (id)tableView:(id)arg1 titleForFooterInSection:(long long)arg2;
- (id)tableView:(id)arg1 titleForHeaderInSection:(long long)arg2;
- (id)tableView:(id)arg1 cellForRowAtIndexPath:(id)arg2;
- (long long)tableView:(id)arg1 numberOfRowsInSection:(long long)arg2;
- (long long)numberOfSectionsInTableView:(id)arg1;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end
@interface NLSmalloc : NLBinding
{
}
+ (id)binding;
@end
@interface NLUDP : NLHandle <NLUDPExports>
{
struct uv_udp_s handle;
}
+ (id)binding;
- (id)recvStop;
- (id)recvStart;
- (id)send6:(id)arg1 buffer:(id)arg2 offset:(id)arg3 length:(id)arg4 port:(id)arg5 address:(id)arg6 hasCallback:(id)arg7;
- (id)send:(id)arg1 buffer:(id)arg2 offset:(id)arg3 length:(id)arg4 port:(id)arg5 address:(id)arg6 hasCallback:(id)arg7;
- (id)dropMembership:(id)arg1 iface:(id)arg2;
- (id)addMembership:(id)arg1 iface:(id)arg2;
- (id)setMulticastLoopback:(id)arg1;
- (id)setMulticastTTL:(id)arg1;
- (id)setBroadcast:(id)arg1;
- (id)setTTL:(id)arg1;
- (id)bind6:(id)arg1 port:(id)arg2 flags:(id)arg3;
- (id)bind:(id)arg1 port:(id)arg2 flags:(id)arg3;
- (void)open:(id)arg1;
- (id)getsockname:(id)arg1;
- (id)initInContext:(id)arg1;
- (id)init;
@end
@interface LKJSSwitch : UISwitch <LKJSSwitchExports>
{
JSValue *___action;
}
@property(retain, nonatomic) JSValue *__action; // @synthesize __action=___action;
- (void).cxx_destruct;
@property(nonatomic) _Bool switchIsOn;
- (void)setAction:(id)arg1;
- (void)didTap;
- (id)init;
@end
@interface LKNLzlib : NLBinding <LKNLzlibExports>
{
_Bool init_done_;
struct z_stream_s strm_;
int level_;
int windowBits_;
int memLevel_;
int strategy_;
int err_;
char *dictionary_;
unsigned long long dictionary_len_;
int flush_;
int chunk_size_;
_Bool write_in_progress_;
struct uv_work_s work_req_;
int mode_;
JSValue *onerror_;
JSValue *callback_;
}
+ (id)binding;
- (void).cxx_destruct;
@property(retain, nonatomic) JSValue *callback;
@property(retain, nonatomic) JSValue *onerror;
- (void)internalReset;
- (void)reset;
- (void)internalParamsWithLevel:(int)arg1 strategy:(int)arg2;
- (void)params;
- (id)write;
- (void)close;
- (void)error:(id)arg1;
- (void)setDictionary;
- (void)actualInitWithLevel:(int)arg1 windowBits:(int)arg2 memLevel:(int)arg3 strategy:(int)arg4 dictionary:(char *)arg5 dictionary_len:(unsigned long long)arg6;
- (void)JS_initWithLevel:(id)arg1 windowBits:(id)arg2 memLevel:(id)arg3 strategy:(id)arg4 dictionary:(id)arg5;
- (void)dealloc;
- (id)initWithMode:(int)arg1;
@end
@interface LKJSModuleUI : NSObject <LKJSModuleUIExports>
{
}
+ (void)showNotificationWithMessage:(id)arg1 forDuration:(id)arg2 withStyle:(id)arg3 andCallback:(id)arg4;
+ (void)showAlertWithTitle:(id)arg1 message:(id)arg2 buttonTitles:(id)arg3 callback:(id)arg4;
@end
@interface LKJavaScriptCodeAnalyzerResultError : NSObject
{
NSDictionary *_errorDict;
long long _character;
NSString *_code;
NSString *_evidence;
NSString *_id;
long long _line;
NSString *_raw;
NSString *_reason;
NSString *_scope;
}
+ (id)fromDictionary:(id)arg1;
@property(retain, nonatomic) NSString *scope; // @synthesize scope=_scope;
@property(retain, nonatomic) NSString *reason; // @synthesize reason=_reason;
@property(retain, nonatomic) NSString *raw; // @synthesize raw=_raw;
@property(nonatomic) long long line; // @synthesize line=_line;
@property(retain, nonatomic) NSString *id; // @synthesize id=_id;
@property(retain, nonatomic) NSString *evidence; // @synthesize evidence=_evidence;
@property(retain, nonatomic) NSString *code; // @synthesize code=_code;
@property(nonatomic) long long character; // @synthesize character=_character;
@property(retain, nonatomic) NSDictionary *errorDict; // @synthesize errorDict=_errorDict;
- (void).cxx_destruct;
@end
@interface LKObjCTypes : NSObject
{
}
+ (void)debug;
+ (id)type_unknown;
+ (id)type_method_selector;
+ (id)type_class;
+ (id)type_object;
+ (id)type_character_string;
+ (id)type_void;
+ (id)type_bool;
+ (id)type_double;
+ (id)type_float;
+ (id)type_unsigned_long_long;
+ (id)type_unsigned_long;
+ (id)type_unsigned_short;
+ (id)type_unsigned_int;
+ (id)type_unsigned_char;
+ (id)type_longlong;
+ (id)type_short;
+ (id)type_int;
+ (id)type_char;
@end
@interface LKJSStepper : UIStepper <LKJSStepperExports>
{
JSValue *___action;
}
@property(retain, nonatomic) JSValue *__action; // @synthesize __action=___action;
- (void).cxx_destruct;
- (void)setAction:(id)arg1;
- (void)didTap;
- (id)init;
@end
@interface LKActionExtensionInputItemsInfo : NSObject
{
NSArray *_inputItems;
CDUnknownBlockType _finishActionExtensionHandler;
}
@property(copy, nonatomic) CDUnknownBlockType finishActionExtensionHandler; // @synthesize finishActionExtensionHandler=_finishActionExtensionHandler;
@property(retain, nonatomic) NSArray *inputItems; // @synthesize inputItems=_inputItems;
- (void).cxx_destruct;
@end
@interface LKJSModuleClipboard : NSObject <ClipboardJSExports>
{
}
+ (void)set:(id)arg1;
+ (id)get;
@end
@interface NLFS : NLBinding <NLFSExports>
{
}
+ (id)binding;
- (id)fstat:(id)arg1 callback:(id)arg2;
- (id)lstat:(id)arg1 callback:(id)arg2;
- (id)stat:(id)arg1 callback:(id)arg2;
- (id)fchown:(id)arg1 uid:(id)arg2 gid:(id)arg3 callback:(id)arg4;
- (id)chown:(id)arg1 uid:(id)arg2 gid:(id)arg3 callback:(id)arg4;
- (id)fchmod:(id)arg1 mode:(id)arg2 callback:(id)arg3;
- (id)chmod:(id)arg1 mode:(id)arg2 callback:(id)arg3;
- (id)unlink:(id)arg1 callback:(id)arg2;
- (id)readlink:(id)arg1 callback:(id)arg2;
- (id)symlink:(id)arg1 from:(id)arg2 mode:(id)arg3 callback:(id)arg4;
- (id)link:(id)arg1 from:(id)arg2 callback:(id)arg3;
- (id)mkdir:(id)arg1 mode:(id)arg2 callback:(id)arg3;
- (id)rmdir:(id)arg1 callback:(id)arg2;
- (id)ftruncate:(id)arg1 length:(id)arg2 callback:(id)arg3;
- (id)rename:(id)arg1 to:(id)arg2 callback:(id)arg3;
- (id)fsync:(id)arg1 callback:(id)arg2;
- (id)fdatasync:(id)arg1 callback:(id)arg2;
- (id)writeString:(id)arg1 string:(id)arg2 position:(id)arg3 encoding:(id)arg4 callback:(id)arg5;
- (id)writeBuffer:(id)arg1 data:(id)arg2 offset:(id)arg3 length:(id)arg4 position:(id)arg5 callback:(id)arg6;
- (id)readDir:(id)arg1 callback:(id)arg2;
- (id)read:(id)arg1 to:(id)arg2 offset:(id)arg3 length:(id)arg4 pos:(id)arg5 callback:(id)arg6;
- (id)close:(id)arg1 callback:(id)arg2;
- (id)open:(id)arg1 flags:(id)arg2 mode:(id)arg3 callback:(id)arg4;
@property(readonly) JSValue *Stats;
- (id)init;
@end
@interface NLStream : NLHandle <NLStreamExports>
{
struct NLStreamCallbacks defaultCallbacks;
struct uv_stream_s *_stream;
struct NLStreamCallbacks *_callbacks;
}
@property struct NLStreamCallbacks *callbacks; // @synthesize callbacks=_callbacks;
@property struct uv_stream_s *stream; // @synthesize stream=_stream;
- (id)shutdown:(id)arg1;
@property(readonly) NSNumber *writeQueueSize;
- (id)writeObject:(id)arg1 withUtf8String:(id)arg2 forOptionalSendHandle:(id)arg3;
- (id)writeObject:(id)arg1 withAsciiString:(id)arg2 forOptionalSendHandle:(id)arg3;
- (id)writeObject:(id)arg1 withBuffer:(id)arg2 forOptionalSendHandle:(id)arg3;
- (id)writeObject:(id)arg1 withData:(const char *)arg2 ofLength:(unsigned long long)arg3 forOptionalSendHandle:(id)arg4;
- (id)readStop;
- (id)readStart;
- (id)initWithStream:(struct uv_stream_s *)arg1 inContext:(id)arg2;
@end
@interface LKNLCrypto : NLBinding <LKNLCryptoExports>
{
}
+ (id)pseudoRandomBytesWithLength:(id)arg1 callback:(id)arg2;
+ (id)randomBytesWithLength:(id)arg1 callback:(id)arg2;
@end
@interface NLUV : NLBinding
{
}
+ (id)binding;
@end
@interface NLAsync : NLBinding
{
unsigned int asyncFlags;
JSContext *_context;
}
+ (void)setLastThrew:(id)arg1 on:(_Bool)arg2;
+ (void)setInTick:(id)arg1 on:(_Bool)arg2;
+ (void)setTickIndex:(id)arg1 index:(unsigned int)arg2;
+ (_Bool)lastThrew:(id)arg1;
+ (_Bool)inTick:(id)arg1;
+ (unsigned int)tickLength:(id)arg1;
+ (unsigned int)tickIndex:(id)arg1;
+ (int)tickFieldsCount:(id)arg1;
+ (id)getTickCallbackInContext:(id)arg1;
+ (void)setTickCallback:(id)arg1 inContext:(id)arg2;
+ (id)getTickObjectInContext:(id)arg1;
+ (void)setTickObject:(id)arg1 inContext:(id)arg2;
+ (void)initTickObject:(id)arg1;
+ (void)setupNextTick:(id)arg1 func:(id)arg2;
+ (_Bool)hasAsyncListener:(id)arg1;
+ (void)setupAsyncListener:(id)arg1 run:(id)arg2 load:(id)arg3 unload:(id)arg4;
+ (id)makeGlobalCallback:(id)arg1 fromObject:(id)arg2 withArguments:(id)arg3;
+ (id)performCallback:(id)arg1 fromObject:(id)arg2 withArguments:(id)arg3;
+ (void)performTickCallbackInContext:(id)arg1;
+ (id)asyncListenerUnloadFunction:(id)arg1;
+ (id)asyncListenerLoadFunction:(id)arg1;
+ (id)asyncListenerRunFunction:(id)arg1;
@property(readonly) JSContext *context; // @synthesize context=_context;
- (void).cxx_destruct;
- (_Bool)hasAsyncListener;
- (void)makeCallbackFromIndex:(unsigned int)arg1 withArguments:(id)arg2;
- (void)makeCallbackFromMethod:(id)arg1 withArguments:(id)arg2;
- (id)makeCallback:(id)arg1 withArguments:(id)arg2;
@property(readonly) JSValue *object;
- (id)initInContext:(id)arg1;
@end
@interface LKJavaScriptCodeAnalyzerResultUnused : NSObject
{
long long _line;
long long _character;
NSString *_name;
}
+ (id)fromDict:(id)arg1;
@property(retain, nonatomic) NSString *name; // @synthesize name=_name;
@property long long character; // @synthesize character=_character;
@property long long line; // @synthesize line=_line;
- (void).cxx_destruct;
@end
@interface NLTTY : NLStream <NLTTYExports>
{
struct uv_tty_s handle;
}
+ (id)binding;
- (id)getWindowSize:(id)arg1;
- (void)TTY:(id)arg1 readable:(id)arg2;
- (id)initInContext:(id)arg1;
- (id)init;
@end
@interface NLBinding : NSObject
{
}
+ (id)constructor;
+ (id)makeConstructor:(id)arg1 inContext:(id)arg2;
+ (id)binding;
+ (id)bindingForIdentifier:(id)arg1;
+ (id)bindings;
@end
@interface LKJSModuleNotifications : NSObject <NotificationJSExports>
{
}
+ (_Bool)postNotification:(id)arg1;
+ (_Bool)requestAuthorization;
+ (_Bool)isAuthorized;
+ (id)getScheduled;
@end
@interface NLContext : JSContext
{
NSString *_documentsPath;
}
+ (id)resourcePath;
+ (int)emitExit:(id)arg1;
+ (void)runProcessAsyncQueue:(id)arg1;
+ (void)runEventLoopAsyncInContext:(id)arg1;
+ (void)runEventLoopSyncInContext:(id)arg1;
+ (struct uv_loop_s *)eventLoopInContext:(id)arg1;
+ (void)attachToWebView:(id)arg1;
+ (void)attachToContext:(id)arg1;
@property(retain, nonatomic) NSString *documentsPath; // @synthesize documentsPath=_documentsPath;
- (void).cxx_destruct;
- (void)shutdown;
- (int)emitExit;
- (void)runProcessAsyncQueue;
- (id)initWithVirtualMachine:(id)arg1 documentsPath:(id)arg2;
@end
@interface LKJSModule1Password : NSObject <LKJSModule1PasswordExports>
{
}
+ (void)loginForUrl:(id)arg1 withCallback:(id)arg2;
@end
@interface LKJSTableViewDelegate : NSObject <UITableViewDelegate, LKJSTableViewDelegateExports>
{
JSValue *___delegateObject;
JSValue *___tableViewObject;
}
@property(retain, nonatomic) JSValue *__tableViewObject; // @synthesize __tableViewObject=___tableViewObject;
@property(retain, nonatomic) JSValue *__delegateObject; // @synthesize __delegateObject=___delegateObject;
- (void).cxx_destruct;
- (void)setTableViewObject:(id)arg1;
- (void)setDelegateObject:(id)arg1;
- (void)tableView:(id)arg1 accessoryButtonTappedForRowWithIndexPath:(id)arg2;
- (void)tableView:(id)arg1 didSelectRowAtIndexPath:(id)arg2;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end
@interface LKJSModuleObjC : NSObject <LKJSModuleObjCExports>
{
}
+ (id)constant;
+ (void)NSLog;
+ (id)toObjCObject:(id)arg1;
+ (_Bool)importFramework:(id)arg1;
+ (id)classNamed:(id)arg1;
+ (_Bool)classExists:(id)arg1;
@end
@interface LKJavaScriptCodeAnalyzerResultFunction : NSObject
{
NSString *_name;
NSArray *_parameters;
long long _line;
long long _character;
long long _last;
long long _lastCharacter;
struct LKJavaScriptCodeAnalyzerResultFunctionMetrics _metrics;
}
+ (id)fromDict:(id)arg1;
@property struct LKJavaScriptCodeAnalyzerResultFunctionMetrics metrics; // @synthesize metrics=_metrics;
@property long long lastCharacter; // @synthesize lastCharacter=_lastCharacter;
@property long long last; // @synthesize last=_last;
@property long long character; // @synthesize character=_character;
@property long long line; // @synthesize line=_line;
@property(retain, nonatomic) NSArray *parameters; // @synthesize parameters=_parameters;
@property(retain, nonatomic) NSString *name; // @synthesize name=_name;
- (void).cxx_destruct;
@end
@interface NLProcess : NLHandle <NLProcessJSExports>
{
struct uv_process_s handle;
}
+ (id)binding;
- (id)init;
@end
@interface LKJSSlider : UISlider <LKJSSliderExports>
{
JSValue *___action;
}
@property(retain, nonatomic) JSValue *__action; // @synthesize __action=___action;
- (void).cxx_destruct;
- (void)setAction:(id)arg1;
- (void)valueChanged;
- (id)init;
@end
@interface NLTimer : NLHandle <NLTimerExports>
{
struct uv_timer_s handle;
}
+ (id)binding;
- (id)again;
- (id)getRepeat;
- (id)setRepeat:(id)arg1;
- (id)stop;
- (id)start:(id)arg1 repeat:(id)arg2;
- (id)init;
@end
@interface LKJSModuleActionExtension : NSObject <JSExtportsActionExtensionModule>
{
}
- (void)callFinishHandlerWithReturnParameters:(id)arg1;
- (id)loadRawInputItems;
- (id)getActionExtensionInfoObject;
- (void)finishActionExtensionWithReturnItems:(id)arg1;
- (id)getItems:(id)arg1;
@property(readonly) _Bool isRunningInExtension;
@end
@interface PodsDummy_1PasswordExtension : NSObject
{
}
@end
@interface OnePasswordExtension : NSObject
{
}
+ (id)failedToObtainURLStringFromWebViewError;
+ (id)failedToLoadItemProviderDataErrorWithUnderlyingError:(id)arg1;
+ (id)failedToFillFieldsErrorWithLocalizedErrorMessage:(id)arg1 underlyingError:(id)arg2;
+ (id)failedToCollectFieldsErrorWithUnderlyingError:(id)arg1;
+ (id)failedToContactExtensionErrorWithActivityError:(id)arg1;
+ (id)extensionCancelledByUserError;
+ (id)systemAppExtensionAPINotAvailableError;
+ (id)sharedExtension;
- (void)fillLoginIntoWebView:(id)arg1 forViewController:(id)arg2 sender:(id)arg3 completion:(CDUnknownBlockType)arg4;
- (void)createExtensionItemForURLString:(id)arg1 webPageDetails:(id)arg2 completion:(CDUnknownBlockType)arg3;
- (id)activityViewControllerForItem:(id)arg1 viewController:(id)arg2 sender:(id)arg3 typeIdentifier:(id)arg4;
- (void)processExtensionItem:(id)arg1 completion:(CDUnknownBlockType)arg2;
- (void)executeFillScript:(id)arg1 inWebView:(id)arg2 completion:(CDUnknownBlockType)arg3;
- (void)fillItemIntoUIWebView:(id)arg1 webViewController:(id)arg2 sender:(id)arg3 showOnlyLogins:(_Bool)arg4 completion:(CDUnknownBlockType)arg5;
- (void)findLoginIn1PasswordWithURLString:(id)arg1 collectedPageDetails:(id)arg2 forWebViewController:(id)arg3 sender:(id)arg4 withWebView:(id)arg5 showOnlyLogins:(_Bool)arg6 completion:(CDUnknownBlockType)arg7;
- (_Bool)isSystemAppExtensionAPIAvailable;
- (void)fillReturnedItems:(id)arg1 intoWebView:(id)arg2 completion:(CDUnknownBlockType)arg3;
- (void)createExtensionItemForWebView:(id)arg1 completion:(CDUnknownBlockType)arg2;
- (_Bool)isOnePasswordExtensionActivityType:(id)arg1;
- (void)fillItemIntoWebView:(id)arg1 forViewController:(id)arg2 sender:(id)arg3 showOnlyLogins:(_Bool)arg4 completion:(CDUnknownBlockType)arg5;
- (void)changePasswordForLoginForURLString:(id)arg1 loginDetails:(id)arg2 passwordGenerationOptions:(id)arg3 forViewController:(id)arg4 sender:(id)arg5 completion:(CDUnknownBlockType)arg6;
- (void)storeLoginForURLString:(id)arg1 loginDetails:(id)arg2 passwordGenerationOptions:(id)arg3 forViewController:(id)arg4 sender:(id)arg5 completion:(CDUnknownBlockType)arg6;
- (void)findLoginForURLString:(id)arg1 forViewController:(id)arg2 sender:(id)arg3 completion:(CDUnknownBlockType)arg4;
- (_Bool)isAppExtensionAvailable;
@end
@interface AFCachedImage : NSObject
{
UIImage *_image;
NSString *_identifier;
unsigned long long _totalBytes;
NSDate *_lastAccessDate;
unsigned long long _currentMemoryUsage;
}
@property(nonatomic) unsigned long long currentMemoryUsage; // @synthesize currentMemoryUsage=_currentMemoryUsage;
@property(retain, nonatomic) NSDate *lastAccessDate; // @synthesize lastAccessDate=_lastAccessDate;
@property(nonatomic) unsigned long long totalBytes; // @synthesize totalBytes=_totalBytes;
@property(retain, nonatomic) NSString *identifier; // @synthesize identifier=_identifier;
@property(retain, nonatomic) UIImage *image; // @synthesize image=_image;
- (void).cxx_destruct;
- (id)description;
- (id)accessImage;
- (id)initWithImage:(id)arg1 identifier:(id)arg2;
@end
@interface AFAutoPurgingImageCache : NSObject <AFImageRequestCache>
{
unsigned long long _memoryCapacity;
unsigned long long _preferredMemoryUsageAfterPurge;
NSMutableDictionary *_cachedImages;
unsigned long long _currentMemoryUsage;
NSObject<OS_dispatch_queue> *_synchronizationQueue;
}
@property(retain, nonatomic) NSObject<OS_dispatch_queue> *synchronizationQueue; // @synthesize synchronizationQueue=_synchronizationQueue;
@property(nonatomic) unsigned long long currentMemoryUsage; // @synthesize currentMemoryUsage=_currentMemoryUsage;
@property(retain, nonatomic) NSMutableDictionary *cachedImages; // @synthesize cachedImages=_cachedImages;
@property(nonatomic) unsigned long long preferredMemoryUsageAfterPurge; // @synthesize preferredMemoryUsageAfterPurge=_preferredMemoryUsageAfterPurge;
@property(nonatomic) unsigned long long memoryCapacity; // @synthesize memoryCapacity=_memoryCapacity;
- (void).cxx_destruct;
- (id)imageCacheKeyFromURLRequest:(id)arg1 withAdditionalIdentifier:(id)arg2;
- (id)imageforRequest:(id)arg1 withAdditionalIdentifier:(id)arg2;
- (_Bool)removeImageforRequest:(id)arg1 withAdditionalIdentifier:(id)arg2;
- (void)addImage:(id)arg1 forRequest:(id)arg2 withAdditionalIdentifier:(id)arg3;
- (id)imageWithIdentifier:(id)arg1;
- (_Bool)removeAllImages;
- (_Bool)removeImageWithIdentifier:(id)arg1;
- (void)addImage:(id)arg1 withIdentifier:(id)arg2;
@property(readonly, nonatomic) unsigned long long memoryUsage;
- (void)dealloc;
- (id)initWithMemoryCapacity:(unsigned long long)arg1 preferredMemoryCapacity:(unsigned long long)arg2;
- (id)init;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end
@interface AFHTTPSessionManager : AFURLSessionManager <NSSecureCoding, NSCopying>
{
NSURL *_baseURL;
AFHTTPRequestSerializer<AFURLRequestSerialization> *_requestSerializer;
}
+ (_Bool)supportsSecureCoding;
+ (id)manager;
@property(retain, nonatomic) AFHTTPRequestSerializer<AFURLRequestSerialization> *requestSerializer; // @synthesize requestSerializer=_requestSerializer;
@property(retain, nonatomic) NSURL *baseURL; // @synthesize baseURL=_baseURL;
- (void).cxx_destruct;
- (id)copyWithZone:(struct _NSZone *)arg1;
- (void)encodeWithCoder:(id)arg1;
- (id)initWithCoder:(id)arg1;
- (id)description;
- (id)dataTaskWithHTTPMethod:(id)arg1 URLString:(id)arg2 parameters:(id)arg3 uploadProgress:(CDUnknownBlockType)arg4 downloadProgress:(CDUnknownBlockType)arg5 success:(CDUnknownBlockType)arg6 failure:(CDUnknownBlockType)arg7;
- (id)DELETE:(id)arg1 parameters:(id)arg2 success:(CDUnknownBlockType)arg3 failure:(CDUnknownBlockType)arg4;
- (id)PATCH:(id)arg1 parameters:(id)arg2 success:(CDUnknownBlockType)arg3 failure:(CDUnknownBlockType)arg4;
- (id)PUT:(id)arg1 parameters:(id)arg2 success:(CDUnknownBlockType)arg3 failure:(CDUnknownBlockType)arg4;
- (id)POST:(id)arg1 parameters:(id)arg2 constructingBodyWithBlock:(CDUnknownBlockType)arg3 progress:(CDUnknownBlockType)arg4 success:(CDUnknownBlockType)arg5 failure:(CDUnknownBlockType)arg6;
- (id)POST:(id)arg1 parameters:(id)arg2 constructingBodyWithBlock:(CDUnknownBlockType)arg3 success:(CDUnknownBlockType)arg4 failure:(CDUnknownBlockType)arg5;
- (id)POST:(id)arg1 parameters:(id)arg2 progress:(CDUnknownBlockType)arg3 success:(CDUnknownBlockType)arg4 failure:(CDUnknownBlockType)arg5;
- (id)POST:(id)arg1 parameters:(id)arg2 success:(CDUnknownBlockType)arg3 failure:(CDUnknownBlockType)arg4;
- (id)HEAD:(id)arg1 parameters:(id)arg2 success:(CDUnknownBlockType)arg3 failure:(CDUnknownBlockType)arg4;
- (id)GET:(id)arg1 parameters:(id)arg2 progress:(CDUnknownBlockType)arg3 success:(CDUnknownBlockType)arg4 failure:(CDUnknownBlockType)arg5;
- (id)GET:(id)arg1 parameters:(id)arg2 success:(CDUnknownBlockType)arg3 failure:(CDUnknownBlockType)arg4;
@property(retain, nonatomic) AFHTTPResponseSerializer<AFURLResponseSerialization> *responseSerializer; // @dynamic responseSerializer;
- (id)initWithBaseURL:(id)arg1 sessionConfiguration:(id)arg2;
- (id)initWithSessionConfiguration:(id)arg1;
- (id)initWithBaseURL:(id)arg1;
- (id)init;
@end
@interface AFImageDownloaderResponseHandler : NSObject
{
NSUUID *_uuid;
CDUnknownBlockType _successBlock;
CDUnknownBlockType _failureBlock;
}
@property(copy, nonatomic) CDUnknownBlockType failureBlock; // @synthesize failureBlock=_failureBlock;
@property(copy, nonatomic) CDUnknownBlockType successBlock; // @synthesize successBlock=_successBlock;
@property(retain, nonatomic) NSUUID *uuid; // @synthesize uuid=_uuid;
- (void).cxx_destruct;
- (id)description;
- (id)initWithUUID:(id)arg1 success:(CDUnknownBlockType)arg2 failure:(CDUnknownBlockType)arg3;
@end
@interface AFImageDownloaderMergedTask : NSObject
{
NSString *_URLIdentifier;
NSUUID *_identifier;
NSURLSessionDataTask *_task;
NSMutableArray *_responseHandlers;
}
@property(retain, nonatomic) NSMutableArray *responseHandlers; // @synthesize responseHandlers=_responseHandlers;
@property(retain, nonatomic) NSURLSessionDataTask *task; // @synthesize task=_task;
@property(retain, nonatomic) NSUUID *identifier; // @synthesize identifier=_identifier;
@property(retain, nonatomic) NSString *URLIdentifier; // @synthesize URLIdentifier=_URLIdentifier;
- (void).cxx_destruct;
- (void)removeResponseHandler:(id)arg1;
- (void)addResponseHandler:(id)arg1;
- (id)initWithURLIdentifier:(id)arg1 identifier:(id)arg2 task:(id)arg3;
@end
@interface AFImageDownloadReceipt : NSObject
{
NSURLSessionDataTask *_task;
NSUUID *_receiptID;
}
@property(retain, nonatomic) NSUUID *receiptID; // @synthesize receiptID=_receiptID;
@property(retain, nonatomic) NSURLSessionDataTask *task; // @synthesize task=_task;
- (void).cxx_destruct;
- (id)initWithReceiptID:(id)arg1 task:(id)arg2;
@end
@interface AFImageDownloader : NSObject
{
id <AFImageRequestCache> _imageCache;
AFHTTPSessionManager *_sessionManager;
long long _downloadPrioritizaton;
NSObject<OS_dispatch_queue> *_synchronizationQueue;
NSObject<OS_dispatch_queue> *_responseQueue;
long long _maximumActiveDownloads;
long long _activeRequestCount;
NSMutableArray *_queuedMergedTasks;
NSMutableDictionary *_mergedTasks;
}
+ (id)defaultInstance;
+ (id)defaultURLSessionConfiguration;
+ (id)defaultURLCache;
@property(retain, nonatomic) NSMutableDictionary *mergedTasks; // @synthesize mergedTasks=_mergedTasks;
@property(retain, nonatomic) NSMutableArray *queuedMergedTasks; // @synthesize queuedMergedTasks=_queuedMergedTasks;
@property(nonatomic) long long activeRequestCount; // @synthesize activeRequestCount=_activeRequestCount;
@property(nonatomic) long long maximumActiveDownloads; // @synthesize maximumActiveDownloads=_maximumActiveDownloads;
@property(retain, nonatomic) NSObject<OS_dispatch_queue> *responseQueue; // @synthesize responseQueue=_responseQueue;
@property(retain, nonatomic) NSObject<OS_dispatch_queue> *synchronizationQueue; // @synthesize synchronizationQueue=_synchronizationQueue;
@property(nonatomic) long long downloadPrioritizaton; // @synthesize downloadPrioritizaton=_downloadPrioritizaton;
@property(retain, nonatomic) AFHTTPSessionManager *sessionManager; // @synthesize sessionManager=_sessionManager;
@property(retain, nonatomic) id <AFImageRequestCache> imageCache; // @synthesize imageCache=_imageCache;
- (void).cxx_destruct;
- (_Bool)isActiveRequestCountBelowMaximumLimit;
- (id)dequeueMergedTask;
- (void)enqueueMergedTask:(id)arg1;
- (void)startMergedTask:(id)arg1;
- (void)safelyStartNextTaskIfNecessary;
- (void)safelyDecrementActiveTaskCount;
- (id)removeMergedTaskWithURLIdentifier:(id)arg1;
- (id)safelyRemoveMergedTaskWithURLIdentifier:(id)arg1;
- (void)cancelTaskForImageDownloadReceipt:(id)arg1;
- (id)downloadImageForURLRequest:(id)arg1 withReceiptID:(id)arg2 success:(CDUnknownBlockType)arg3 failure:(CDUnknownBlockType)arg4;
- (id)downloadImageForURLRequest:(id)arg1 success:(CDUnknownBlockType)arg2 failure:(CDUnknownBlockType)arg3;
- (id)initWithSessionManager:(id)arg1 downloadPrioritization:(long long)arg2 maximumActiveDownloads:(long long)arg3 imageCache:(id)arg4;
- (id)init;
@end
@interface AFNetworkActivityIndicatorManager : NSObject
{
_Bool _enabled;
_Bool _networkActivityIndicatorVisible;
double _activationDelay;
double _completionDelay;
long long _activityCount;
NSTimer *_activationDelayTimer;
NSTimer *_completionDelayTimer;
CDUnknownBlockType _networkActivityActionBlock;
long long _currentState;
}
+ (id)sharedManager;
@property(nonatomic) long long currentState; // @synthesize currentState=_currentState;
@property(copy, nonatomic) CDUnknownBlockType networkActivityActionBlock; // @synthesize networkActivityActionBlock=_networkActivityActionBlock;
@property(retain, nonatomic) NSTimer *completionDelayTimer; // @synthesize completionDelayTimer=_completionDelayTimer;
@property(retain, nonatomic) NSTimer *activationDelayTimer; // @synthesize activationDelayTimer=_activationDelayTimer;
@property(nonatomic) long long activityCount; // @synthesize activityCount=_activityCount;
@property(nonatomic) double completionDelay; // @synthesize completionDelay=_completionDelay;
@property(nonatomic) double activationDelay; // @synthesize activationDelay=_activationDelay;
@property(nonatomic, getter=isNetworkActivityIndicatorVisible) _Bool networkActivityIndicatorVisible; // @synthesize networkActivityIndicatorVisible=_networkActivityIndicatorVisible;
@property(nonatomic, getter=isEnabled) _Bool enabled; // @synthesize enabled=_enabled;
- (void).cxx_destruct;
- (void)cancelCompletionDelayTimer;
- (void)cancelActivationDelayTimer;
- (void)completionDelayTimerFired;
- (void)startCompletionDelayTimer;
- (void)activationDelayTimerFired;
- (void)startActivationDelayTimer;
- (void)updateCurrentStateForNetworkActivityChange;
- (void)networkRequestDidFinish:(id)arg1;
- (void)networkRequestDidStart:(id)arg1;
- (void)decrementActivityCount;
- (void)incrementActivityCount;
@property(readonly, nonatomic, getter=isNetworkActivityOccurring) _Bool networkActivityOccurring;
- (void)setNetworkingActivityActionWithBlock:(CDUnknownBlockType)arg1;
- (void)dealloc;
- (id)init;
@end
@interface PodsDummy_AFNetworking_library : NSObject
{
}
@end
@interface AFNetworkReachabilityManager : NSObject
{
long long _networkReachabilityStatus;
struct __SCNetworkReachability *_networkReachability;
CDUnknownBlockType _networkReachabilityStatusBlock;
}
+ (id)keyPathsForValuesAffectingValueForKey:(id)arg1;
+ (id)manager;
+ (id)managerForAddress:(const void *)arg1;
+ (id)managerForDomain:(id)arg1;
+ (id)sharedManager;
@property(copy, nonatomic) CDUnknownBlockType networkReachabilityStatusBlock; // @synthesize networkReachabilityStatusBlock=_networkReachabilityStatusBlock;
@property(readonly, nonatomic) struct __SCNetworkReachability *networkReachability; // @synthesize networkReachability=_networkReachability;
@property(nonatomic) long long networkReachabilityStatus; // @synthesize networkReachabilityStatus=_networkReachabilityStatus;
- (void).cxx_destruct;
- (void)setReachabilityStatusChangeBlock:(CDUnknownBlockType)arg1;
- (id)localizedNetworkReachabilityStatusString;
- (void)stopMonitoring;
- (void)startMonitoring;
@property(readonly, nonatomic, getter=isReachableViaWiFi) _Bool reachableViaWiFi;
@property(readonly, nonatomic, getter=isReachableViaWWAN) _Bool reachableViaWWAN;
@property(readonly, nonatomic, getter=isReachable) _Bool reachable;
- (void)dealloc;
- (id)init;
- (id)initWithReachability:(struct __SCNetworkReachability *)arg1;
@end
@interface AFSecurityPolicy : NSObject <NSSecureCoding, NSCopying>
{
_Bool _allowInvalidCertificates;
_Bool _validatesDomainName;
unsigned long long _SSLPinningMode;
NSSet *_pinnedCertificates;
NSSet *_pinnedPublicKeys;
}
+ (_Bool)supportsSecureCoding;
+ (id)keyPathsForValuesAffectingPinnedPublicKeys;
+ (id)policyWithPinningMode:(unsigned long long)arg1 withPinnedCertificates:(id)arg2;
+ (id)policyWithPinningMode:(unsigned long long)arg1;
+ (id)defaultPolicy;
+ (id)defaultPinnedCertificates;
+ (id)certificatesInBundle:(id)arg1;
@property(retain, nonatomic) NSSet *pinnedPublicKeys; // @synthesize pinnedPublicKeys=_pinnedPublicKeys;
@property(nonatomic) _Bool validatesDomainName; // @synthesize validatesDomainName=_validatesDomainName;
@property(nonatomic) _Bool allowInvalidCertificates; // @synthesize allowInvalidCertificates=_allowInvalidCertificates;
@property(retain, nonatomic) NSSet *pinnedCertificates; // @synthesize pinnedCertificates=_pinnedCertificates;
@property(nonatomic) unsigned long long SSLPinningMode; // @synthesize SSLPinningMode=_SSLPinningMode;
- (void).cxx_destruct;
- (id)copyWithZone:(struct _NSZone *)arg1;
- (void)encodeWithCoder:(id)arg1;
- (id)initWithCoder:(id)arg1;
- (_Bool)evaluateServerTrust:(struct __SecTrust *)arg1 forDomain:(id)arg2;
- (id)init;
@end
@interface AFQueryStringPair : NSObject
{
id _field;
id _value;
}
@property(retain, nonatomic) id value; // @synthesize value=_value;
@property(retain, nonatomic) id field; // @synthesize field=_field;
- (void).cxx_destruct;
- (id)URLEncodedStringValue;
- (id)initWithField:(id)arg1 value:(id)arg2;
@end
@interface AFHTTPRequestSerializer : NSObject <AFURLRequestSerialization>
{
_Bool _allowsCellularAccess;
_Bool _HTTPShouldHandleCookies;
_Bool _HTTPShouldUsePipelining;
unsigned long long _stringEncoding;
unsigned long long _cachePolicy;
unsigned long long _networkServiceType;
double _timeoutInterval;
NSSet *_HTTPMethodsEncodingParametersInURI;
NSMutableSet *_mutableObservedChangedKeyPaths;
NSMutableDictionary *_mutableHTTPRequestHeaders;
unsigned long long _queryStringSerializationStyle;
CDUnknownBlockType _queryStringSerialization;
}
+ (_Bool)supportsSecureCoding;
+ (_Bool)automaticallyNotifiesObserversForKey:(id)arg1;
+ (id)serializer;
@property(copy, nonatomic) CDUnknownBlockType queryStringSerialization; // @synthesize queryStringSerialization=_queryStringSerialization;
@property(nonatomic) unsigned long long queryStringSerializationStyle; // @synthesize queryStringSerializationStyle=_queryStringSerializationStyle;
@property(retain, nonatomic) NSMutableDictionary *mutableHTTPRequestHeaders; // @synthesize mutableHTTPRequestHeaders=_mutableHTTPRequestHeaders;
@property(retain, nonatomic) NSMutableSet *mutableObservedChangedKeyPaths; // @synthesize mutableObservedChangedKeyPaths=_mutableObservedChangedKeyPaths;
@property(retain, nonatomic) NSSet *HTTPMethodsEncodingParametersInURI; // @synthesize HTTPMethodsEncodingParametersInURI=_HTTPMethodsEncodingParametersInURI;
@property(nonatomic) double timeoutInterval; // @synthesize timeoutInterval=_timeoutInterval;
@property(nonatomic) unsigned long long networkServiceType; // @synthesize networkServiceType=_networkServiceType;
@property(nonatomic) _Bool HTTPShouldUsePipelining; // @synthesize HTTPShouldUsePipelining=_HTTPShouldUsePipelining;
@property(nonatomic) _Bool HTTPShouldHandleCookies; // @synthesize HTTPShouldHandleCookies=_HTTPShouldHandleCookies;
@property(nonatomic) unsigned long long cachePolicy; // @synthesize cachePolicy=_cachePolicy;
@property(nonatomic) _Bool allowsCellularAccess; // @synthesize allowsCellularAccess=_allowsCellularAccess;
@property(nonatomic) unsigned long long stringEncoding; // @synthesize stringEncoding=_stringEncoding;
- (void).cxx_destruct;
- (id)copyWithZone:(struct _NSZone *)arg1;
- (void)encodeWithCoder:(id)arg1;
- (id)initWithCoder:(id)arg1;
- (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void *)arg4;
- (id)requestBySerializingRequest:(id)arg1 withParameters:(id)arg2 error:(id *)arg3;
- (id)requestWithMultipartFormRequest:(id)arg1 writingStreamContentsToFile:(id)arg2 completionHandler:(CDUnknownBlockType)arg3;
- (id)multipartFormRequestWithMethod:(id)arg1 URLString:(id)arg2 parameters:(id)arg3 constructingBodyWithBlock:(CDUnknownBlockType)arg4 error:(id *)arg5;
- (id)requestWithMethod:(id)arg1 URLString:(id)arg2 parameters:(id)arg3 error:(id *)arg4;
- (void)setQueryStringSerializationWithBlock:(CDUnknownBlockType)arg1;
- (void)setQueryStringSerializationWithStyle:(unsigned long long)arg1;
- (void)clearAuthorizationHeader;
- (void)setAuthorizationHeaderFieldWithUsername:(id)arg1 password:(id)arg2;
- (id)valueForHTTPHeaderField:(id)arg1;
- (void)setValue:(id)arg1 forHTTPHeaderField:(id)arg2;
@property(readonly, nonatomic) NSDictionary *HTTPRequestHeaders;
- (void)dealloc;
- (id)init;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end
@interface AFStreamingMultipartFormData : NSObject <AFMultipartFormData>
{
NSMutableURLRequest *_request;
unsigned long long _stringEncoding;
NSString *_boundary;
AFMultipartBodyStream *_bodyStream;
}
@property(retain, nonatomic) AFMultipartBodyStream *bodyStream; // @synthesize bodyStream=_bodyStream;
@property(copy, nonatomic) NSString *boundary; // @synthesize boundary=_boundary;
@property(nonatomic) unsigned long long stringEncoding; // @synthesize stringEncoding=_stringEncoding;
@property(copy, nonatomic) NSMutableURLRequest *request; // @synthesize request=_request;
- (void).cxx_destruct;
- (id)requestByFinalizingMultipartFormData;
- (void)throttleBandwidthWithPacketSize:(unsigned long long)arg1 delay:(double)arg2;
- (void)appendPartWithHeaders:(id)arg1 body:(id)arg2;
- (void)appendPartWithFormData:(id)arg1 name:(id)arg2;
- (void)appendPartWithFileData:(id)arg1 name:(id)arg2 fileName:(id)arg3 mimeType:(id)arg4;
- (void)appendPartWithInputStream:(id)arg1 name:(id)arg2 fileName:(id)arg3 length:(long long)arg4 mimeType:(id)arg5;
- (_Bool)appendPartWithFileURL:(id)arg1 name:(id)arg2 fileName:(id)arg3 mimeType:(id)arg4 error:(id *)arg5;
- (_Bool)appendPartWithFileURL:(id)arg1 name:(id)arg2 error:(id *)arg3;
- (id)initWithURLRequest:(id)arg1 stringEncoding:(unsigned long long)arg2;
@end
@interface AFMultipartBodyStream : NSInputStream <NSCopying, NSStreamDelegate>
{
id <NSStreamDelegate> delegate;
unsigned long long streamStatus;
NSError *streamError;
unsigned long long _numberOfBytesInPacket;
double _delay;
NSInputStream *_inputStream;
unsigned long long _stringEncoding;
NSMutableArray *_HTTPBodyParts;
NSEnumerator *_HTTPBodyPartEnumerator;
AFHTTPBodyPart *_currentHTTPBodyPart;
NSOutputStream *_outputStream;
NSMutableData *_buffer;
}
@property(retain, nonatomic) NSMutableData *buffer; // @synthesize buffer=_buffer;
@property(retain, nonatomic) NSOutputStream *outputStream; // @synthesize outputStream=_outputStream;
@property(retain, nonatomic) AFHTTPBodyPart *currentHTTPBodyPart; // @synthesize currentHTTPBodyPart=_currentHTTPBodyPart;
@property(retain, nonatomic) NSEnumerator *HTTPBodyPartEnumerator; // @synthesize HTTPBodyPartEnumerator=_HTTPBodyPartEnumerator;
@property(retain, nonatomic) NSMutableArray *HTTPBodyParts; // @synthesize HTTPBodyParts=_HTTPBodyParts;
@property(nonatomic) unsigned long long stringEncoding; // @synthesize stringEncoding=_stringEncoding;
@property(retain, nonatomic) NSInputStream *inputStream; // @synthesize inputStream=_inputStream;
@property(nonatomic) double delay; // @synthesize delay=_delay;
@property(nonatomic) unsigned long long numberOfBytesInPacket; // @synthesize numberOfBytesInPacket=_numberOfBytesInPacket;
- (void)setStreamError:(id)arg1;
- (id)streamError;
- (void)setStreamStatus:(unsigned long long)arg1;
- (unsigned long long)streamStatus;
- (void)setDelegate:(id)arg1;
- (id)delegate;
- (void).cxx_destruct;
- (id)copyWithZone:(struct _NSZone *)arg1;
- (_Bool)_setCFClientFlags:(unsigned long long)arg1 callback:(CDUnknownFunctionPointerType)arg2 context:(CDStruct_e097db04 *)arg3;
- (void)_unscheduleFromCFRunLoop:(struct __CFRunLoop *)arg1 forMode:(struct __CFString *)arg2;
- (void)_scheduleInCFRunLoop:(struct __CFRunLoop *)arg1 forMode:(struct __CFString *)arg2;
@property(readonly, nonatomic) unsigned long long contentLength;
- (void)removeFromRunLoop:(id)arg1 forMode:(id)arg2;
- (void)scheduleInRunLoop:(id)arg1 forMode:(id)arg2;
- (_Bool)setProperty:(id)arg1 forKey:(id)arg2;
- (id)propertyForKey:(id)arg1;
- (void)close;
- (void)open;
- (_Bool)hasBytesAvailable;
- (_Bool)getBuffer:(char **)arg1 length:(unsigned long long *)arg2;
- (long long)read:(char *)arg1 maxLength:(unsigned long long)arg2;
@property(readonly, nonatomic, getter=isEmpty) _Bool empty;
- (void)appendHTTPBodyPart:(id)arg1;
- (void)setInitialAndFinalBoundaries;
- (id)initWithStringEncoding:(unsigned long long)arg1;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end
@interface AFHTTPBodyPart : NSObject <NSCopying>
{
int _phase;
NSInputStream *_inputStream;
unsigned long long _phaseReadOffset;
_Bool _hasInitialBoundary;
_Bool _hasFinalBoundary;
unsigned long long _stringEncoding;
NSDictionary *_headers;
NSString *_boundary;
id _body;
unsigned long long _bodyContentLength;
}
@property(nonatomic) _Bool hasFinalBoundary; // @synthesize hasFinalBoundary=_hasFinalBoundary;
@property(nonatomic) _Bool hasInitialBoundary; // @synthesize hasInitialBoundary=_hasInitialBoundary;
@property(retain, nonatomic) NSInputStream *inputStream; // @synthesize inputStream=_inputStream;
@property(nonatomic) unsigned long long bodyContentLength; // @synthesize bodyContentLength=_bodyContentLength;
@property(retain, nonatomic) id body; // @synthesize body=_body;
@property(copy, nonatomic) NSString *boundary; // @synthesize boundary=_boundary;
@property(retain, nonatomic) NSDictionary *headers; // @synthesize headers=_headers;
@property(nonatomic) unsigned long long stringEncoding; // @synthesize stringEncoding=_stringEncoding;
- (void).cxx_destruct;
- (id)copyWithZone:(struct _NSZone *)arg1;
- (_Bool)transitionToNextPhase;
- (long long)readData:(id)arg1 intoBuffer:(char *)arg2 maxLength:(unsigned long long)arg3;
- (long long)read:(char *)arg1 maxLength:(unsigned long long)arg2;
@property(readonly, nonatomic, getter=hasBytesAvailable) _Bool bytesAvailable;
@property(readonly, nonatomic) unsigned long long contentLength;
- (id)stringForHeaders;
- (void)dealloc;
- (id)init;
@end
@interface AFJSONRequestSerializer : AFHTTPRequestSerializer
{
unsigned long long _writingOptions;
}
+ (id)serializerWithWritingOptions:(unsigned long long)arg1;
+ (id)serializer;
@property(nonatomic) unsigned long long writingOptions; // @synthesize writingOptions=_writingOptions;
- (id)copyWithZone:(struct _NSZone *)arg1;
- (void)encodeWithCoder:(id)arg1;
- (id)initWithCoder:(id)arg1;
- (id)requestBySerializingRequest:(id)arg1 withParameters:(id)arg2 error:(id *)arg3;
@end
@interface AFPropertyListRequestSerializer : AFHTTPRequestSerializer
{
unsigned long long _format;
unsigned long long _writeOptions;
}
+ (id)serializerWithFormat:(unsigned long long)arg1 writeOptions:(unsigned long long)arg2;
+ (id)serializer;
@property(nonatomic) unsigned long long writeOptions; // @synthesize writeOptions=_writeOptions;
@property(nonatomic) unsigned long long format; // @synthesize format=_format;
- (id)copyWithZone:(struct _NSZone *)arg1;
- (void)encodeWithCoder:(id)arg1;
- (id)initWithCoder:(id)arg1;
- (id)requestBySerializingRequest:(id)arg1 withParameters:(id)arg2 error:(id *)arg3;
@end
@interface AFHTTPResponseSerializer : NSObject <AFURLResponseSerialization>
{
unsigned long long _stringEncoding;
NSIndexSet *_acceptableStatusCodes;
NSSet *_acceptableContentTypes;
}
+ (_Bool)supportsSecureCoding;
+ (id)serializer;
@property(copy, nonatomic) NSSet *acceptableContentTypes; // @synthesize acceptableContentTypes=_acceptableContentTypes;
@property(copy, nonatomic) NSIndexSet *acceptableStatusCodes; // @synthesize acceptableStatusCodes=_acceptableStatusCodes;
@property(nonatomic) unsigned long long stringEncoding; // @synthesize stringEncoding=_stringEncoding;
- (void).cxx_destruct;
- (id)copyWithZone:(struct _NSZone *)arg1;
- (void)encodeWithCoder:(id)arg1;
- (id)initWithCoder:(id)arg1;
- (id)responseObjectForResponse:(id)arg1 data:(id)arg2 error:(id *)arg3;
- (_Bool)validateResponse:(id)arg1 data:(id)arg2 error:(id *)arg3;
- (id)init;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end
@interface AFJSONResponseSerializer : AFHTTPResponseSerializer
{
_Bool _removesKeysWithNullValues;
unsigned long long _readingOptions;
}
+ (id)serializerWithReadingOptions:(unsigned long long)arg1;
+ (id)serializer;
@property(nonatomic) _Bool removesKeysWithNullValues; // @synthesize removesKeysWithNullValues=_removesKeysWithNullValues;
@property(nonatomic) unsigned long long readingOptions; // @synthesize readingOptions=_readingOptions;
- (id)copyWithZone:(struct _NSZone *)arg1;
- (void)encodeWithCoder:(id)arg1;
- (id)initWithCoder:(id)arg1;
- (id)responseObjectForResponse:(id)arg1 data:(id)arg2 error:(id *)arg3;
- (id)init;
@end
@interface AFXMLParserResponseSerializer : AFHTTPResponseSerializer
{
}
+ (id)serializer;
- (id)responseObjectForResponse:(id)arg1 data:(id)arg2 error:(id *)arg3;
- (id)init;
@end
@interface AFPropertyListResponseSerializer : AFHTTPResponseSerializer
{
unsigned long long _format;
unsigned long long _readOptions;
}
+ (id)serializerWithFormat:(unsigned long long)arg1 readOptions:(unsigned long long)arg2;
+ (id)serializer;
@property(nonatomic) unsigned long long readOptions; // @synthesize readOptions=_readOptions;
@property(nonatomic) unsigned long long format; // @synthesize format=_format;
- (id)copyWithZone:(struct _NSZone *)arg1;
- (void)encodeWithCoder:(id)arg1;
- (id)initWithCoder:(id)arg1;
- (id)responseObjectForResponse:(id)arg1 data:(id)arg2 error:(id *)arg3;
- (id)init;
@end
@interface AFImageResponseSerializer : AFHTTPResponseSerializer
{
_Bool _automaticallyInflatesResponseImage;
double _imageScale;
}
@property(nonatomic) _Bool automaticallyInflatesResponseImage; // @synthesize automaticallyInflatesResponseImage=_automaticallyInflatesResponseImage;
@property(nonatomic) double imageScale; // @synthesize imageScale=_imageScale;
- (id)copyWithZone:(struct _NSZone *)arg1;
- (void)encodeWithCoder:(id)arg1;
- (id)initWithCoder:(id)arg1;
- (id)responseObjectForResponse:(id)arg1 data:(id)arg2 error:(id *)arg3;
- (id)init;
@end
@interface AFCompoundResponseSerializer : AFHTTPResponseSerializer
{
NSArray *_responseSerializers;
}
+ (id)compoundSerializerWithResponseSerializers:(id)arg1;
@property(copy, nonatomic) NSArray *responseSerializers; // @synthesize responseSerializers=_responseSerializers;
- (void).cxx_destruct;
- (id)copyWithZone:(struct _NSZone *)arg1;
- (void)encodeWithCoder:(id)arg1;
- (id)initWithCoder:(id)arg1;
- (id)responseObjectForResponse:(id)arg1 data:(id)arg2 error:(id *)arg3;
@end
@interface AFURLSessionManagerTaskDelegate : NSObject <NSURLSessionTaskDelegate, NSURLSessionDataDelegate, NSURLSessionDownloadDelegate>
{
AFURLSessionManager *_manager;
NSMutableData *_mutableData;
NSProgress *_uploadProgress;
NSProgress *_downloadProgress;
NSURL *_downloadFileURL;
CDUnknownBlockType _downloadTaskDidFinishDownloading;
CDUnknownBlockType _uploadProgressBlock;
CDUnknownBlockType _downloadProgressBlock;
CDUnknownBlockType _completionHandler;
}
@property(copy, nonatomic) CDUnknownBlockType completionHandler; // @synthesize completionHandler=_completionHandler;
@property(copy, nonatomic) CDUnknownBlockType downloadProgressBlock; // @synthesize downloadProgressBlock=_downloadProgressBlock;
@property(copy, nonatomic) CDUnknownBlockType uploadProgressBlock; // @synthesize uploadProgressBlock=_uploadProgressBlock;
@property(copy, nonatomic) CDUnknownBlockType downloadTaskDidFinishDownloading; // @synthesize downloadTaskDidFinishDownloading=_downloadTaskDidFinishDownloading;
@property(copy, nonatomic) NSURL *downloadFileURL; // @synthesize downloadFileURL=_downloadFileURL;
@property(retain, nonatomic) NSProgress *downloadProgress; // @synthesize downloadProgress=_downloadProgress;
@property(retain, nonatomic) NSProgress *uploadProgress; // @synthesize uploadProgress=_uploadProgress;
@property(retain, nonatomic) NSMutableData *mutableData; // @synthesize mutableData=_mutableData;
@property(nonatomic) __weak AFURLSessionManager *manager; // @synthesize manager=_manager;
- (void).cxx_destruct;
- (void)URLSession:(id)arg1 downloadTask:(id)arg2 didFinishDownloadingToURL:(id)arg3;
- (void)URLSession:(id)arg1 dataTask:(id)arg2 didReceiveData:(id)arg3;
- (void)URLSession:(id)arg1 task:(id)arg2 didCompleteWithError:(id)arg3;
- (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void *)arg4;
- (void)cleanUpProgressForTask:(id)arg1;
- (void)setupProgressForTask:(id)arg1;
- (id)init;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end
@interface _AFURLSessionTaskSwizzling : NSObject
{
}
+ (void)swizzleResumeAndSuspendMethodForClass:(Class)arg1;
+ (void)load;
- (void)af_suspend;
- (void)af_resume;
- (long long)state;
@end
@interface AFURLSessionManager : NSObject <NSURLSessionDelegate, NSURLSessionTaskDelegate, NSURLSessionDataDelegate, NSURLSessionDownloadDelegate, NSSecureCoding, NSCopying>
{
_Bool _attemptsToRecreateUploadTasksForBackgroundSessions;
NSURLSession *_session;
NSOperationQueue *_operationQueue;
id <AFURLResponseSerialization> _responseSerializer;
AFSecurityPolicy *_securityPolicy;
AFNetworkReachabilityManager *_reachabilityManager;
NSObject<OS_dispatch_queue> *_completionQueue;
NSObject<OS_dispatch_group> *_completionGroup;
NSURLSessionConfiguration *_sessionConfiguration;
NSMutableDictionary *_mutableTaskDelegatesKeyedByTaskIdentifier;
NSLock *_lock;
CDUnknownBlockType _sessionDidBecomeInvalid;
CDUnknownBlockType _sessionDidReceiveAuthenticationChallenge;
CDUnknownBlockType _didFinishEventsForBackgroundURLSession;
CDUnknownBlockType _taskWillPerformHTTPRedirection;
CDUnknownBlockType _taskDidReceiveAuthenticationChallenge;
CDUnknownBlockType _taskNeedNewBodyStream;
CDUnknownBlockType _taskDidSendBodyData;
CDUnknownBlockType _taskDidComplete;
CDUnknownBlockType _dataTaskDidReceiveResponse;
CDUnknownBlockType _dataTaskDidBecomeDownloadTask;
CDUnknownBlockType _dataTaskDidReceiveData;
CDUnknownBlockType _dataTaskWillCacheResponse;
CDUnknownBlockType _downloadTaskDidFinishDownloading;
CDUnknownBlockType _downloadTaskDidWriteData;
CDUnknownBlockType _downloadTaskDidResume;
}
+ (_Bool)supportsSecureCoding;
@property(copy, nonatomic) CDUnknownBlockType downloadTaskDidResume; // @synthesize downloadTaskDidResume=_downloadTaskDidResume;
@property(copy, nonatomic) CDUnknownBlockType downloadTaskDidWriteData; // @synthesize downloadTaskDidWriteData=_downloadTaskDidWriteData;
@property(copy, nonatomic) CDUnknownBlockType downloadTaskDidFinishDownloading; // @synthesize downloadTaskDidFinishDownloading=_downloadTaskDidFinishDownloading;
@property(copy, nonatomic) CDUnknownBlockType dataTaskWillCacheResponse; // @synthesize dataTaskWillCacheResponse=_dataTaskWillCacheResponse;
@property(copy, nonatomic) CDUnknownBlockType dataTaskDidReceiveData; // @synthesize dataTaskDidReceiveData=_dataTaskDidReceiveData;
@property(copy, nonatomic) CDUnknownBlockType dataTaskDidBecomeDownloadTask; // @synthesize dataTaskDidBecomeDownloadTask=_dataTaskDidBecomeDownloadTask;
@property(copy, nonatomic) CDUnknownBlockType dataTaskDidReceiveResponse; // @synthesize dataTaskDidReceiveResponse=_dataTaskDidReceiveResponse;
@property(copy, nonatomic) CDUnknownBlockType taskDidComplete; // @synthesize taskDidComplete=_taskDidComplete;
@property(copy, nonatomic) CDUnknownBlockType taskDidSendBodyData; // @synthesize taskDidSendBodyData=_taskDidSendBodyData;
@property(copy, nonatomic) CDUnknownBlockType taskNeedNewBodyStream; // @synthesize taskNeedNewBodyStream=_taskNeedNewBodyStream;
@property(copy, nonatomic) CDUnknownBlockType taskDidReceiveAuthenticationChallenge; // @synthesize taskDidReceiveAuthenticationChallenge=_taskDidReceiveAuthenticationChallenge;
@property(copy, nonatomic) CDUnknownBlockType taskWillPerformHTTPRedirection; // @synthesize taskWillPerformHTTPRedirection=_taskWillPerformHTTPRedirection;
@property(copy, nonatomic) CDUnknownBlockType didFinishEventsForBackgroundURLSession; // @synthesize didFinishEventsForBackgroundURLSession=_didFinishEventsForBackgroundURLSession;
@property(copy, nonatomic) CDUnknownBlockType sessionDidReceiveAuthenticationChallenge; // @synthesize sessionDidReceiveAuthenticationChallenge=_sessionDidReceiveAuthenticationChallenge;
@property(copy, nonatomic) CDUnknownBlockType sessionDidBecomeInvalid; // @synthesize sessionDidBecomeInvalid=_sessionDidBecomeInvalid;
@property(retain, nonatomic) NSLock *lock; // @synthesize lock=_lock;
@property(retain, nonatomic) NSMutableDictionary *mutableTaskDelegatesKeyedByTaskIdentifier; // @synthesize mutableTaskDelegatesKeyedByTaskIdentifier=_mutableTaskDelegatesKeyedByTaskIdentifier;
@property(retain, nonatomic) NSURLSessionConfiguration *sessionConfiguration; // @synthesize sessionConfiguration=_sessionConfiguration;
@property(nonatomic) _Bool attemptsToRecreateUploadTasksForBackgroundSessions; // @synthesize attemptsToRecreateUploadTasksForBackgroundSessions=_attemptsToRecreateUploadTasksForBackgroundSessions;
@property(retain, nonatomic) NSObject<OS_dispatch_group> *completionGroup; // @synthesize completionGroup=_completionGroup;
@property(retain, nonatomic) NSObject<OS_dispatch_queue> *completionQueue; // @synthesize completionQueue=_completionQueue;
@property(retain, nonatomic) AFNetworkReachabilityManager *reachabilityManager; // @synthesize reachabilityManager=_reachabilityManager;
@property(retain, nonatomic) AFSecurityPolicy *securityPolicy; // @synthesize securityPolicy=_securityPolicy;
@property(retain, nonatomic) id <AFURLResponseSerialization> responseSerializer; // @synthesize responseSerializer=_responseSerializer;
@property(retain, nonatomic) NSOperationQueue *operationQueue; // @synthesize operationQueue=_operationQueue;
@property(retain, nonatomic) NSURLSession *session; // @synthesize session=_session;
- (void).cxx_destruct;
- (id)copyWithZone:(struct _NSZone *)arg1;
- (void)encodeWithCoder:(id)arg1;
- (id)initWithCoder:(id)arg1;
- (void)URLSession:(id)arg1 downloadTask:(id)arg2 didResumeAtOffset:(long long)arg3 expectedTotalBytes:(long long)arg4;
- (void)URLSession:(id)arg1 downloadTask:(id)arg2 didWriteData:(long long)arg3 totalBytesWritten:(long long)arg4 totalBytesExpectedToWrite:(long long)arg5;
- (void)URLSession:(id)arg1 downloadTask:(id)arg2 didFinishDownloadingToURL:(id)arg3;
- (void)URLSessionDidFinishEventsForBackgroundURLSession:(id)arg1;
- (void)URLSession:(id)arg1 dataTask:(id)arg2 willCacheResponse:(id)arg3 completionHandler:(CDUnknownBlockType)arg4;
- (void)URLSession:(id)arg1 dataTask:(id)arg2 didReceiveData:(id)arg3;
- (void)URLSession:(id)arg1 dataTask:(id)arg2 didBecomeDownloadTask:(id)arg3;
- (void)URLSession:(id)arg1 dataTask:(id)arg2 didReceiveResponse:(id)arg3 completionHandler:(CDUnknownBlockType)arg4;
- (void)URLSession:(id)arg1 task:(id)arg2 didCompleteWithError:(id)arg3;
- (void)URLSession:(id)arg1 task:(id)arg2 didSendBodyData:(long long)arg3 totalBytesSent:(long long)arg4 totalBytesExpectedToSend:(long long)arg5;
- (void)URLSession:(id)arg1 task:(id)arg2 needNewBodyStream:(CDUnknownBlockType)arg3;
- (void)URLSession:(id)arg1 task:(id)arg2 didReceiveChallenge:(id)arg3 completionHandler:(CDUnknownBlockType)arg4;
- (void)URLSession:(id)arg1 task:(id)arg2 willPerformHTTPRedirection:(id)arg3 newRequest:(id)arg4 completionHandler:(CDUnknownBlockType)arg5;
- (void)URLSession:(id)arg1 didReceiveChallenge:(id)arg2 completionHandler:(CDUnknownBlockType)arg3;
- (void)URLSession:(id)arg1 didBecomeInvalidWithError:(id)arg2;
- (_Bool)respondsToSelector:(SEL)arg1;
@property(readonly, copy) NSString *description;
- (void)setDownloadTaskDidResumeBlock:(CDUnknownBlockType)arg1;
- (void)setDownloadTaskDidWriteDataBlock:(CDUnknownBlockType)arg1;
- (void)setDownloadTaskDidFinishDownloadingBlock:(CDUnknownBlockType)arg1;
- (void)setDataTaskWillCacheResponseBlock:(CDUnknownBlockType)arg1;
- (void)setDataTaskDidReceiveDataBlock:(CDUnknownBlockType)arg1;
- (void)setDataTaskDidBecomeDownloadTaskBlock:(CDUnknownBlockType)arg1;
- (void)setDataTaskDidReceiveResponseBlock:(CDUnknownBlockType)arg1;
- (void)setTaskDidCompleteBlock:(CDUnknownBlockType)arg1;
- (void)setTaskDidSendBodyDataBlock:(CDUnknownBlockType)arg1;
- (void)setTaskDidReceiveAuthenticationChallengeBlock:(CDUnknownBlockType)arg1;
- (void)setTaskWillPerformHTTPRedirectionBlock:(CDUnknownBlockType)arg1;
- (void)setTaskNeedNewBodyStreamBlock:(CDUnknownBlockType)arg1;
- (void)setDidFinishEventsForBackgroundURLSessionBlock:(CDUnknownBlockType)arg1;
- (void)setSessionDidReceiveAuthenticationChallengeBlock:(CDUnknownBlockType)arg1;
- (void)setSessionDidBecomeInvalidBlock:(CDUnknownBlockType)arg1;
- (id)downloadProgressForTask:(id)arg1;
- (id)uploadProgressForTask:(id)arg1;
- (id)downloadTaskWithResumeData:(id)arg1 progress:(CDUnknownBlockType)arg2 destination:(CDUnknownBlockType)arg3 completionHandler:(CDUnknownBlockType)arg4;
- (id)downloadTaskWithRequest:(id)arg1 progress:(CDUnknownBlockType)arg2 destination:(CDUnknownBlockType)arg3 completionHandler:(CDUnknownBlockType)arg4;
- (id)uploadTaskWithStreamedRequest:(id)arg1 progress:(CDUnknownBlockType)arg2 completionHandler:(CDUnknownBlockType)arg3;
- (id)uploadTaskWithRequest:(id)arg1 fromData:(id)arg2 progress:(CDUnknownBlockType)arg3 completionHandler:(CDUnknownBlockType)arg4;
- (id)uploadTaskWithRequest:(id)arg1 fromFile:(id)arg2 progress:(CDUnknownBlockType)arg3 completionHandler:(CDUnknownBlockType)arg4;
- (id)dataTaskWithRequest:(id)arg1 uploadProgress:(CDUnknownBlockType)arg2 downloadProgress:(CDUnknownBlockType)arg3 completionHandler:(CDUnknownBlockType)arg4;
- (id)dataTaskWithRequest:(id)arg1 completionHandler:(CDUnknownBlockType)arg2;
- (void)removeNotificationObserverForTask:(id)arg1;
- (void)addNotificationObserverForTask:(id)arg1;
- (void)invalidateSessionCancelingTasks:(_Bool)arg1;
@property(readonly, nonatomic) NSArray *downloadTasks;
@property(readonly, nonatomic) NSArray *uploadTasks;
@property(readonly, nonatomic) NSArray *dataTasks;
@property(readonly, nonatomic) NSArray *tasks;
- (id)tasksForKeyPath:(id)arg1;
- (void)removeDelegateForTask:(id)arg1;
- (void)addDelegateForDownloadTask:(id)arg1 progress:(CDUnknownBlockType)arg2 destination:(CDUnknownBlockType)arg3 completionHandler:(CDUnknownBlockType)arg4;
- (void)addDelegateForUploadTask:(id)arg1 progress:(CDUnknownBlockType)arg2 completionHandler:(CDUnknownBlockType)arg3;
- (void)addDelegateForDataTask:(id)arg1 uploadProgress:(CDUnknownBlockType)arg2 downloadProgress:(CDUnknownBlockType)arg3 completionHandler:(CDUnknownBlockType)arg4;
- (void)setDelegate:(id)arg1 forTask:(id)arg2;
- (id)delegateForTask:(id)arg1;
- (void)taskDidSuspend:(id)arg1;
- (void)taskDidResume:(id)arg1;
@property(readonly, copy, nonatomic) NSString *taskDescriptionForSessionTasks;
- (void)dealloc;
- (id)initWithSessionConfiguration:(id)arg1;
- (id)init;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end
@interface AFActivityIndicatorViewNotificationObserver : NSObject
{
UIActivityIndicatorView *_activityIndicatorView;
}
@property(readonly, nonatomic) __weak UIActivityIndicatorView *activityIndicatorView; // @synthesize activityIndicatorView=_activityIndicatorView;
- (void).cxx_destruct;
- (void)dealloc;
- (void)af_stopAnimating;
- (void)af_startAnimating;
- (void)setAnimatingWithStateOfTask:(id)arg1;
- (id)initWithActivityIndicatorView:(id)arg1;
@end
@interface AFRefreshControlNotificationObserver : NSObject
{
UIRefreshControl *_refreshControl;
}
@property(readonly, nonatomic) __weak UIRefreshControl *refreshControl; // @synthesize refreshControl=_refreshControl;
- (void).cxx_destruct;
- (void)dealloc;
- (void)af_endRefreshing;
- (void)af_beginRefreshing;
- (void)setRefreshingWithStateOfTask:(id)arg1;
- (id)initWithActivityRefreshControl:(id)arg1;
@end
@interface PodsDummy_CWStatusBarNotification_library : NSObject
{
}
@end
@interface ScrollLabel : UILabel
{
UIImageView *textImage;
}
- (void).cxx_destruct;
- (void)drawTextInRect:(struct CGRect)arg1;
- (double)scrollTime;
- (double)scrollOffset;
- (double)fullWidth;
- (id)initWithFrame:(struct CGRect)arg1;
@end
@interface CWWindowContainer : UIWindow
{
double _notificationHeight;
}
@property(nonatomic) double notificationHeight; // @synthesize notificationHeight=_notificationHeight;
- (id)hitTest:(struct CGPoint)arg1 withEvent:(id)arg2;
@end
@interface CWViewController : UIViewController
{
long long _preferredStatusBarStyle;
long long __cwViewControllerSupportedInterfaceOrientation;
}
@property(nonatomic) long long _cwViewControllerSupportedInterfaceOrientation; // @synthesize _cwViewControllerSupportedInterfaceOrientation=__cwViewControllerSupportedInterfaceOrientation;
@property(nonatomic) long long preferredStatusBarStyle; // @synthesize preferredStatusBarStyle=_preferredStatusBarStyle;
- (_Bool)prefersStatusBarHidden;
@property(nonatomic, setter=setSupportedInterfaceOrientations:) unsigned long long supportedInterfaceOrientations;
@end
@interface CWStatusBarNotification : NSObject
{
_Bool notificationIsShowing;
_Bool _notificationIsDismissing;
_Bool _multiline;
_Bool _isCustomView;
ScrollLabel *notificationLabel;
UIColor *notificationLabelBackgroundColor;
UIColor *notificationLabelTextColor;
UIFont *notificationLabelFont;
CWWindowContainer *notificationWindow;
UIView *customView;
UIView *statusBarView;
long long notificationStyle;
CDUnknownBlockType _notificationTappedBlock;
double _notificationLabelHeight;
unsigned long long _supportedInterfaceOrientations;
double _notificationAnimationDuration;
long long _notificationAnimationInStyle;
long long _notificationAnimationOutStyle;
long long _notificationAnimationType;
long long _preferredStatusBarStyle;
UITapGestureRecognizer *_tapGestureRecognizer;
CDUnknownBlockType _dismissHandle;
}
@property(nonatomic) _Bool isCustomView; // @synthesize isCustomView=_isCustomView;
@property(copy, nonatomic) CDUnknownBlockType dismissHandle; // @synthesize dismissHandle=_dismissHandle;
@property(retain, nonatomic) UITapGestureRecognizer *tapGestureRecognizer; // @synthesize tapGestureRecognizer=_tapGestureRecognizer;
@property(nonatomic) long long preferredStatusBarStyle; // @synthesize preferredStatusBarStyle=_preferredStatusBarStyle;
@property(nonatomic) long long notificationAnimationType; // @synthesize notificationAnimationType=_notificationAnimationType;
@property(nonatomic) long long notificationAnimationOutStyle; // @synthesize notificationAnimationOutStyle=_notificationAnimationOutStyle;
@property(nonatomic) long long notificationAnimationInStyle; // @synthesize notificationAnimationInStyle=_notificationAnimationInStyle;
@property(nonatomic) double notificationAnimationDuration; // @synthesize notificationAnimationDuration=_notificationAnimationDuration;
@property(nonatomic) unsigned long long supportedInterfaceOrientations; // @synthesize supportedInterfaceOrientations=_supportedInterfaceOrientations;
@property(nonatomic) _Bool multiline; // @synthesize multiline=_multiline;
@property(nonatomic) double notificationLabelHeight; // @synthesize notificationLabelHeight=_notificationLabelHeight;
@property(nonatomic) _Bool notificationIsDismissing; // @synthesize notificationIsDismissing=_notificationIsDismissing;
@property(copy, nonatomic) CDUnknownBlockType notificationTappedBlock; // @synthesize notificationTappedBlock=_notificationTappedBlock;
@property(nonatomic) _Bool notificationIsShowing; // @synthesize notificationIsShowing;
@property(nonatomic) long long notificationStyle; // @synthesize notificationStyle;
@property(retain, nonatomic) UIView *statusBarView; // @synthesize statusBarView;
@property(retain, nonatomic) UIView *customView; // @synthesize customView;
@property(retain, nonatomic) CWWindowContainer *notificationWindow; // @synthesize notificationWindow;
@property(retain, nonatomic) UIFont *notificationLabelFont; // @synthesize notificationLabelFont;
@property(retain, nonatomic) UIColor *notificationLabelTextColor; // @synthesize notificationLabelTextColor;
@property(retain, nonatomic) UIColor *notificationLabelBackgroundColor; // @synthesize notificationLabelBackgroundColor;
@property(retain, nonatomic) ScrollLabel *notificationLabel; // @synthesize notificationLabel;
- (void).cxx_destruct;
- (void)dismissNotification;
- (void)dismissNotificationWithCompletion:(CDUnknownBlockType)arg1;
- (void)displayNotificationWithView:(id)arg1 forDuration:(double)arg2;
- (void)displayNotificationWithView:(id)arg1 completion:(CDUnknownBlockType)arg2;
- (void)displayNotificationWithAttributedString:(id)arg1 forDuration:(double)arg2;
- (void)displayNotificationWithAttributedString:(id)arg1 completion:(CDUnknownBlockType)arg2;
- (void)displayNotificationWithMessage:(id)arg1 forDuration:(double)arg2;
- (void)displayNotificationWithMessage:(id)arg1 completion:(CDUnknownBlockType)arg2;
- (void)thirdFrameChange;
- (void)secondFrameChange;
- (void)firstFrameChange;
- (void)createStatusBarView;
- (void)createNotificationWindow;
- (void)createNotificationCustomView:(id)arg1;
- (void)createNotificationLabelWithMessage:(id)arg1;
- (void)setupNotificationView:(id)arg1;
- (void)notificationTapped:(id)arg1;
- (void)updateStatusBarFrame;
- (struct CGRect)getNotificationLabelFrame;
- (struct CGRect)getNotificationLabelBottomFrame;
- (struct CGRect)getNotificationLabelRightFrame;
- (struct CGRect)getNotificationLabelLeftFrame;
- (struct CGRect)getNotificationLabelTopFrame;
- (double)getNotificationLabelHeight;
- (double)getNavigationBarHeight;
- (double)getStatusBarOffset;
- (double)getStatusBarWidth;
- (double)getStatusBarHeight;
- (id)init;
@end
@interface PodsDummy_CocoaLumberjack_library : NSObject
{
}
@end
@interface DDAbstractDatabaseLogger : DDAbstractLogger
{
unsigned long long _saveThreshold;
double _saveInterval;
double _maxAge;
double _deleteInterval;
_Bool _deleteOnEverySave;
_Bool _saveTimerSuspended;
unsigned long long _unsavedCount;
unsigned long long _unsavedTime;
struct dispatch_source_s *_saveTimer;
unsigned long long _lastDeleteTime;
struct dispatch_source_s *_deleteTimer;
}
- (void)flush;
- (void)logMessage:(id)arg1;
- (void)willRemoveLogger;
- (void)didAddLogger;
- (void)deleteOldLogEntries;
- (void)savePendingLogEntries;
@property _Bool deleteOnEverySave;
@property double deleteInterval;
@property double maxAge;
@property double saveInterval;
@property unsigned long long saveThreshold;
- (void)createAndStartDeleteTimer;
- (void)updateDeleteTimer;
- (void)destroyDeleteTimer;
- (void)createSuspendedSaveTimer;
- (void)updateAndResumeSaveTimer;
- (void)destroySaveTimer;
- (void)performDelete;
- (void)performSaveAndSuspendSaveTimer;
- (void)db_saveAndDelete;
- (void)db_delete;
- (void)db_save;
- (_Bool)db_log:(id)arg1;
- (void)dealloc;
- (id)init;
@end
@interface DDASLLogCapture : NSObject
{
}
+ (void)captureAslLogs;
+ (void)aslMessageReceived:(struct __asl_object_s *)arg1;
+ (void)configureAslQuery:(struct __asl_object_s *)arg1;
+ (void)setCaptureLevel:(unsigned long long)arg1;
+ (unsigned long long)captureLevel;
+ (void)stop;
+ (void)start;
+ (void)initialize;
@end
@interface DDASLLogger : DDAbstractLogger <DDLogger>
{
struct __asl_object_s *_client;
}
+ (id)sharedInstance;
@property(readonly, nonatomic) NSString *loggerName;
- (void)logMessage:(id)arg1;
- (id)init;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(retain, nonatomic) id <DDLogFormatter> logFormatter;
@property(readonly, nonatomic) struct dispatch_queue_s *loggerQueue;
@property(readonly) Class superclass;
@end
@interface DDContextWhitelistFilterLogFormatter : NSObject <DDLogFormatter>
{
DDLoggingContextSet *_contextSet;
}
- (void).cxx_destruct;
- (id)formatLogMessage:(id)arg1;
- (_Bool)isOnWhitelist:(unsigned long long)arg1;
@property(readonly, copy) NSArray *whitelist;
- (void)removeFromWhitelist:(unsigned long long)arg1;
- (void)addToWhitelist:(unsigned long long)arg1;
- (id)init;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end
@interface DDContextBlacklistFilterLogFormatter : NSObject <DDLogFormatter>
{
DDLoggingContextSet *_contextSet;
}
- (void).cxx_destruct;
- (id)formatLogMessage:(id)arg1;
- (_Bool)isOnBlacklist:(unsigned long long)arg1;
@property(readonly, copy) NSArray *blacklist;
- (void)removeFromBlacklist:(unsigned long long)arg1;
- (void)addToBlacklist:(unsigned long long)arg1;
- (id)init;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end
@interface DDLoggingContextSet : NSObject
{
int _lock;
NSMutableSet *_set;
}
- (void).cxx_destruct;
- (_Bool)isInSet:(unsigned long long)arg1;
@property(readonly, copy) NSArray *currentSet;
- (void)removeFromSet:(unsigned long long)arg1;
- (void)addToSet:(unsigned long long)arg1;
- (id)init;
@end
@interface DDDispatchQueueLogFormatter : NSObject <DDLogFormatter>
{
unsigned long long _mode;
NSString *_dateFormatterKey;
int _atomicLoggerCount;
NSDateFormatter *_threadUnsafeDateFormatter;
int _lock;
unsigned long long _minQueueLength;
unsigned long long _maxQueueLength;
NSMutableDictionary *_replacements;
}
@property unsigned long long maxQueueLength; // @synthesize maxQueueLength=_maxQueueLength;
@property unsigned long long minQueueLength; // @synthesize minQueueLength=_minQueueLength;
- (void).cxx_destruct;
- (void)willRemoveFromLogger:(id)arg1;
- (void)didAddToLogger:(id)arg1;
- (id)formatLogMessage:(id)arg1;
- (id)queueThreadLabelForLogMessage:(id)arg1;
- (id)stringFromDate:(id)arg1;
- (void)configureDateFormatter:(id)arg1;
- (id)createDateFormatter;
- (void)setReplacementString:(id)arg1 forQueueLabel:(id)arg2;
- (id)replacementStringForQueueLabel:(id)arg1;
- (id)initWithMode:(unsigned long long)arg1;
- (id)init;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end
@interface DDLogFileManagerDefault : NSObject <DDLogFileManager>
{
unsigned long long _maximumNumberOfLogFiles;
unsigned long long _logFilesDiskQuota;
NSString *_logsDirectory;
NSString *_defaultFileProtectionLevel;
}
+ (_Bool)automaticallyNotifiesObserversForKey:(id)arg1;
@property unsigned long long logFilesDiskQuota; // @synthesize logFilesDiskQuota=_logFilesDiskQuota;
@property unsigned long long maximumNumberOfLogFiles; // @synthesize maximumNumberOfLogFiles=_maximumNumberOfLogFiles;
- (void).cxx_destruct;
- (id)applicationName;
- (id)createNewLogFile;
@property(readonly, copy) NSString *newLogFileName;
@property(readonly, nonatomic) NSArray *sortedLogFileInfos;
@property(readonly, nonatomic) NSArray *sortedLogFileNames;
@property(readonly, nonatomic) NSArray *sortedLogFilePaths;
@property(readonly, nonatomic) NSArray *unsortedLogFileInfos;
@property(readonly, nonatomic) NSArray *unsortedLogFileNames;
@property(readonly, nonatomic) NSArray *unsortedLogFilePaths;
- (id)logFileDateFormatter;
- (_Bool)isLogFile:(id)arg1;
@property(readonly, copy, nonatomic) NSString *logsDirectory;
- (id)defaultLogsDirectory;
- (void)deleteOldLogFiles;
- (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void *)arg4;
- (void)dealloc;
- (id)initWithLogsDirectory:(id)arg1 defaultFileProtectionLevel:(id)arg2;
- (id)initWithLogsDirectory:(id)arg1;
- (id)init;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end
@interface DDLogFileFormatterDefault : NSObject <DDLogFormatter>
{
NSDateFormatter *_dateFormatter;
}
- (void).cxx_destruct;
- (id)formatLogMessage:(id)arg1;
- (id)initWithDateFormatter:(id)arg1;
- (id)init;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end
@interface DDFileLogger : DDAbstractLogger <DDLogger>
{
id <DDLogFileManager> _logFileManager;
DDLogFileInfo *_currentLogFileInfo;
NSFileHandle *_currentLogFileHandle;
struct dispatch_source_s *_currentLogFileVnode;
struct dispatch_source_s *_rollingTimer;
unsigned long long _maximumFileSize;
double _rollingFrequency;
_Bool _doNotReuseLogFiles;
_Bool _automaticallyAppendNewlineForCustomFormatters;
id <DDLogFileManager> logFileManager;
}
@property(nonatomic) _Bool automaticallyAppendNewlineForCustomFormatters; // @synthesize automaticallyAppendNewlineForCustomFormatters=_automaticallyAppendNewlineForCustomFormatters;
@property _Bool doNotReuseLogFiles; // @synthesize doNotReuseLogFiles=_doNotReuseLogFiles;
@property(readonly, nonatomic) id <DDLogFileManager> logFileManager; // @synthesize logFileManager;
- (void).cxx_destruct;
@property(readonly, nonatomic) NSString *loggerName;
- (void)willRemoveLogger;
- (void)logMessage:(id)arg1;
- (id)currentLogFileHandle;
@property(readonly, nonatomic) DDLogFileInfo *currentLogFileInfo;
- (void)maybeRollLogFileDueToSize;
- (void)maybeRollLogFileDueToAge;
- (void)rollLogFileNow;
- (void)rollLogFileWithCompletionBlock:(CDUnknownBlockType)arg1;
- (void)rollLogFile;
- (void)scheduleTimerToRollLogFileDueToAge;
@property double rollingFrequency;
@property unsigned long long maximumFileSize;
- (void)dealloc;
- (id)initWithLogFileManager:(id)arg1;
- (id)init;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(retain, nonatomic) id <DDLogFormatter> logFormatter;
@property(readonly, nonatomic) struct dispatch_queue_s *loggerQueue;
@property(readonly) Class superclass;
@end
@interface DDLogFileInfo : NSObject
{
NSString *_filePath;
NSString *_fileName;
NSDictionary *_fileAttributes;
NSDate *_creationDate;
NSDate *_modificationDate;
unsigned long long _fileSize;
NSString *filePath;
}
+ (id)logFileWithPath:(id)arg1;
@property(readonly, nonatomic) NSString *filePath; // @synthesize filePath;
- (void).cxx_destruct;
- (long long)reverseCompareByModificationDate:(id)arg1;
- (long long)reverseCompareByCreationDate:(id)arg1;
- (_Bool)isEqual:(id)arg1;
- (void)removeExtendedAttributeWithName:(id)arg1;
- (void)addExtendedAttributeWithName:(id)arg1;
- (_Bool)hasExtendedAttributeWithName:(id)arg1;
- (void)renameFile:(id)arg1;
- (void)reset;
@property(nonatomic) _Bool isArchived; // @dynamic isArchived;
- (id)description;
@property(readonly, nonatomic) double age; // @dynamic age;
@property(readonly, nonatomic) unsigned long long fileSize; // @dynamic fileSize;
@property(readonly, nonatomic) NSDate *creationDate; // @dynamic creationDate;
@property(readonly, nonatomic) NSDate *modificationDate; // @dynamic modificationDate;
@property(readonly, nonatomic) NSString *fileName; // @dynamic fileName;
@property(readonly, nonatomic) NSDictionary *fileAttributes; // @dynamic fileAttributes;
- (id)initWithFilePath:(id)arg1;
@end
@interface DDLog : NSObject
{
NSMutableArray *__loggers;
}
+ (void)setLevel:(unsigned long long)arg1 forClassWithName:(id)arg2;
+ (void)setLevel:(unsigned long long)arg1 forClass:(Class)arg2;
+ (unsigned long long)levelForClassWithName:(id)arg1;
+ (unsigned long long)levelForClass:(Class)arg1;
+ (id)registeredClassNames;
+ (id)registeredClasses;
+ (_Bool)isRegisteredClass:(Class)arg1;
+ (void)flushLog;
+ (void)log:(_Bool)arg1 message:(id)arg2;
+ (void)log:(_Bool)arg1 message:(id)arg2 level:(unsigned long long)arg3 flag:(unsigned long long)arg4 context:(long long)arg5 file:(const char *)arg6 function:(const char *)arg7 line:(unsigned long long)arg8 tag:(id)arg9;
+ (void)log:(_Bool)arg1 level:(unsigned long long)arg2 flag:(unsigned long long)arg3 context:(long long)arg4 file:(const char *)arg5 function:(const char *)arg6 line:(unsigned long long)arg7 tag:(id)arg8 format:(id)arg9 args:(char *)arg10;
+ (void)log:(_Bool)arg1 level:(unsigned long long)arg2 flag:(unsigned long long)arg3 context:(long long)arg4 file:(const char *)arg5 function:(const char *)arg6 line:(unsigned long long)arg7 tag:(id)arg8 format:(id)arg9;
+ (id)allLoggersWithLevel;
+ (id)allLoggers;
+ (void)removeAllLoggers;
+ (void)removeLogger:(id)arg1;
+ (void)addLogger:(id)arg1 withLevel:(unsigned long long)arg2;
+ (void)addLogger:(id)arg1;
+ (struct dispatch_queue_s *)loggingQueue;
+ (void)initialize;
+ (id)sharedInstance;
@property(retain, nonatomic) NSMutableArray *_loggers; // @synthesize _loggers=__loggers;
- (void).cxx_destruct;
- (void)lt_flush;
- (void)lt_log:(id)arg1;
- (id)lt_allLoggersWithLevel;
- (id)lt_allLoggers;
- (void)lt_removeAllLoggers;
- (void)lt_removeLogger:(id)arg1;
- (void)lt_addLogger:(id)arg1 level:(unsigned long long)arg2;
- (void)flushLog;
- (void)log:(_Bool)arg1 message:(id)arg2;
- (void)log:(_Bool)arg1 message:(id)arg2 level:(unsigned long long)arg3 flag:(unsigned long long)arg4 context:(long long)arg5 file:(const char *)arg6 function:(const char *)arg7 line:(unsigned long long)arg8 tag:(id)arg9;
- (void)log:(_Bool)arg1 level:(unsigned long long)arg2 flag:(unsigned long long)arg3 context:(long long)arg4 file:(const char *)arg5 function:(const char *)arg6 line:(unsigned long long)arg7 tag:(id)arg8 format:(id)arg9 args:(char *)arg10;
- (void)log:(_Bool)arg1 level:(unsigned long long)arg2 flag:(unsigned long long)arg3 context:(long long)arg4 file:(const char *)arg5 function:(const char *)arg6 line:(unsigned long long)arg7 tag:(id)arg8 format:(id)arg9;
- (void)queueLogMessage:(id)arg1 asynchronously:(_Bool)arg2;
- (id)allLoggersWithLevel;
- (id)allLoggers;
- (void)removeAllLoggers;
- (void)removeLogger:(id)arg1;
- (void)addLogger:(id)arg1 withLevel:(unsigned long long)arg2;
- (void)addLogger:(id)arg1;
- (void)applicationWillTerminate:(id)arg1;
- (id)init;
@end
@interface DDLoggerNode : NSObject
{
id <DDLogger> _logger;
unsigned long long _level;
struct dispatch_queue_s *_loggerQueue;
}
+ (id)nodeWithLogger:(id)arg1 loggerQueue:(struct dispatch_queue_s *)arg2 level:(unsigned long long)arg3;
@property(readonly, nonatomic) struct dispatch_queue_s *loggerQueue; // @synthesize loggerQueue=_loggerQueue;
@property(readonly, nonatomic) unsigned long long level; // @synthesize level=_level;
@property(readonly, nonatomic) id <DDLogger> logger; // @synthesize logger=_logger;
- (void).cxx_destruct;
- (void)dealloc;
- (id)initWithLogger:(id)arg1 loggerQueue:(struct dispatch_queue_s *)arg2 level:(unsigned long long)arg3;
@end
@interface DDLogMessage : NSObject <NSCopying>
{
NSString *_message;
unsigned long long _level;
unsigned long long _flag;
long long _context;
NSString *_file;
NSString *_fileName;
NSString *_function;
unsigned long long _line;
id _tag;
long long _options;
NSDate *_timestamp;
NSString *_threadID;
NSString *_threadName;
NSString *_queueLabel;
}
@property(readonly, nonatomic) NSString *queueLabel; // @synthesize queueLabel=_queueLabel;
@property(readonly, nonatomic) NSString *threadName; // @synthesize threadName=_threadName;
@property(readonly, nonatomic) NSString *threadID; // @synthesize threadID=_threadID;
@property(readonly, nonatomic) NSDate *timestamp; // @synthesize timestamp=_timestamp;
@property(readonly, nonatomic) long long options; // @synthesize options=_options;
@property(readonly, nonatomic) id tag; // @synthesize tag=_tag;
@property(readonly, nonatomic) unsigned long long line; // @synthesize line=_line;
@property(readonly, nonatomic) NSString *function; // @synthesize function=_function;
@property(readonly, nonatomic) NSString *fileName; // @synthesize fileName=_fileName;
@property(readonly, nonatomic) NSString *file; // @synthesize file=_file;
@property(readonly, nonatomic) long long context; // @synthesize context=_context;
@property(readonly, nonatomic) unsigned long long flag; // @synthesize flag=_flag;
@property(readonly, nonatomic) unsigned long long level; // @synthesize level=_level;
@property(readonly, nonatomic) NSString *message; // @synthesize message=_message;
- (void).cxx_destruct;
- (id)copyWithZone:(struct _NSZone *)arg1;
- (id)initWithMessage:(id)arg1 level:(unsigned long long)arg2 flag:(unsigned long long)arg3 context:(long long)arg4 file:(id)arg5 function:(id)arg6 line:(unsigned long long)arg7 tag:(id)arg8 options:(long long)arg9 timestamp:(id)arg10;
@end
@interface DDAbstractLogger : NSObject <DDLogger>
{
id <DDLogFormatter> _logFormatter;
struct dispatch_queue_s *_loggerQueue;
}
@property(nonatomic) struct dispatch_queue_s *loggerQueue; // @synthesize loggerQueue=_loggerQueue;
- (void).cxx_destruct;
@property(readonly, nonatomic, getter=isOnInternalLoggerQueue) _Bool onInternalLoggerQueue;
@property(readonly, nonatomic, getter=isOnGlobalLoggingQueue) _Bool onGlobalLoggingQueue;
@property(readonly, nonatomic) NSString *loggerName;
@property(retain, nonatomic) id <DDLogFormatter> logFormatter;
- (void)logMessage:(id)arg1;
- (void)dealloc;
- (id)init;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end
@interface DDLoggerInformation : NSObject
{
id <DDLogger> _logger;
unsigned long long _level;
}
+ (id)informationWithLogger:(id)arg1 andLevel:(unsigned long long)arg2;
@property(readonly, nonatomic) unsigned long long level; // @synthesize level=_level;
@property(readonly, nonatomic) id <DDLogger> logger; // @synthesize logger=_logger;
- (void).cxx_destruct;
- (id)initWithLogger:(id)arg1 andLevel:(unsigned long long)arg2;
@end
@interface DDMultiFormatter : NSObject <DDLogFormatter>
{
struct dispatch_queue_s *_queue;
NSMutableArray *_formatters;
}
- (void).cxx_destruct;
- (_Bool)isFormattingWithFormatter:(id)arg1;
- (void)removeAllFormatters;
- (void)removeFormatter:(id)arg1;
- (void)addFormatter:(id)arg1;
@property(readonly) NSArray *formatters;
- (id)logMessageForLine:(id)arg1 originalMessage:(id)arg2;
- (id)formatLogMessage:(id)arg1;
- (void)dealloc;
- (id)init;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end
@interface DDTTYLogger : DDAbstractLogger <DDLogger>
{
unsigned long long _calendarUnitFlags;
NSString *_appName;
char *_app;
unsigned long long _appLen;
NSString *_processID;
char *_pid;
unsigned long long _pidLen;
_Bool _colorsEnabled;
NSMutableArray *_colorProfilesArray;
NSMutableDictionary *_colorProfilesDict;
_Bool _automaticallyAppendNewlineForCustomFormatters;
}
+ (id)sharedInstance;
+ (unsigned long long)codeIndexForColor:(struct UIColor *)arg1;
+ (void)getRed:(double *)arg1 green:(double *)arg2 blue:(double *)arg3 fromColor:(struct UIColor *)arg4;
+ (void)initialize_colors_256;
+ (void)initialize_colors_16;
@property(nonatomic) _Bool automaticallyAppendNewlineForCustomFormatters; // @synthesize automaticallyAppendNewlineForCustomFormatters=_automaticallyAppendNewlineForCustomFormatters;
- (void).cxx_destruct;
@property(readonly, nonatomic) NSString *loggerName;
- (void)logMessage:(id)arg1;
- (void)clearAllColors;
- (void)clearColorsForAllTags;
- (void)clearColorsForAllFlags;
- (void)clearColorsForTag:(id)arg1;
- (void)clearColorsForFlag:(unsigned long long)arg1 context:(long long)arg2;
- (void)clearColorsForFlag:(unsigned long long)arg1;
- (void)setForegroundColor:(struct UIColor *)arg1 backgroundColor:(struct UIColor *)arg2 forTag:(id)arg3;
- (void)setForegroundColor:(struct UIColor *)arg1 backgroundColor:(struct UIColor *)arg2 forFlag:(unsigned long long)arg3 context:(long long)arg4;
- (void)setForegroundColor:(struct UIColor *)arg1 backgroundColor:(struct UIColor *)arg2 forFlag:(unsigned long long)arg3;
@property _Bool colorsEnabled;
- (void)loadDefaultColorProfiles;
- (id)init;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(retain, nonatomic) id <DDLogFormatter> logFormatter;
@property(readonly, nonatomic) struct dispatch_queue_s *loggerQueue;
@property(readonly) Class superclass;
@end
@interface DDTTYLoggerColorProfile : NSObject
{
unsigned long long mask;
long long context;
unsigned char fg_r;
unsigned char fg_g;
unsigned char fg_b;
unsigned char bg_r;
unsigned char bg_g;
unsigned char bg_b;
unsigned long long fgCodeIndex;
NSString *fgCodeRaw;
unsigned long long bgCodeIndex;
NSString *bgCodeRaw;
char fgCode[24];
unsigned long long fgCodeLen;
char bgCode[24];
unsigned long long bgCodeLen;
char resetCode[8];
unsigned long long resetCodeLen;
}
- (void).cxx_destruct;
- (id)description;
- (id)initWithForegroundColor:(struct UIColor *)arg1 backgroundColor:(struct UIColor *)arg2 flag:(unsigned long long)arg3 context:(long long)arg4;
@end
@interface MRActivityIndicatorView : UIView <MRStopableView>
{
_Bool _animating;
_Bool _hidesWhenStopped;
MRStopButton *_stopButton;
CAShapeLayer *_shapeLayer;
}
+ (void)load;
@property(nonatomic) __weak CAShapeLayer *shapeLayer; // @synthesize shapeLayer=_shapeLayer;
@property(nonatomic) _Bool hidesWhenStopped; // @synthesize hidesWhenStopped=_hidesWhenStopped;
@property(nonatomic) __weak MRStopButton *stopButton; // @synthesize stopButton=_stopButton;
- (void).cxx_destruct;
- (void)removeAnimation;
- (void)addAnimation;
- (_Bool)isAnimating;
- (void)stopAnimating;
- (void)startAnimating;
@property(nonatomic) _Bool mayStop;
@property(nonatomic) double lineWidth;
- (void)tintColorDidChange;
- (id)layoutPath;
- (void)layoutSubviews;
- (void)applicationWillEnterForeground:(id)arg1;
- (void)applicationDidEnterBackground:(id)arg1;
- (void)unregisterFromNotificationCenter;
- (void)registerForNotificationCenter;
- (void)dealloc;
- (void)commonInit;
- (id)initWithCoder:(id)arg1;
- (id)initWithFrame:(struct CGRect)arg1;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end
@interface MRBlurView : UIImageView
{
_Bool _redrawOnFrameChange;
}
@property(nonatomic) _Bool redrawOnFrameChange; // @synthesize redrawOnFrameChange=_redrawOnFrameChange;
- (id)snapshot;
- (void)redraw;
- (void)clearPlaceholder;
- (void)setPlaceholder;
- (void)statusBarOrientationDidChange:(id)arg1;
- (void)unregisterFromNotificationCenter;
- (void)registerForNotificationCenter;
- (void)didMoveToWindow;
- (void)didMoveToSuperview;
- (void)layoutSubviews;
- (void)dealloc;
- (void)commonInit;
- (id)initWithCoder:(id)arg1;
- (id)initWithFrame:(struct CGRect)arg1;
@end
@interface MRCircularProgressView : MRProgressView <MRStopableView>
{
int _valueLabelProgressPercentDifference;
MRStopButton *_stopButton;
UILabel *_valueLabel;
double _animationDuration;
NSNumberFormatter *_numberFormatter;
NSTimer *_valueLabelUpdateTimer;
}
+ (Class)layerClass;
+ (void)load;
@property(retain, nonatomic) NSTimer *valueLabelUpdateTimer; // @synthesize valueLabelUpdateTimer=_valueLabelUpdateTimer;
@property(retain, nonatomic) NSNumberFormatter *numberFormatter; // @synthesize numberFormatter=_numberFormatter;
@property(nonatomic) double animationDuration; // @synthesize animationDuration=_animationDuration;
@property(nonatomic) __weak UILabel *valueLabel; // @synthesize valueLabel=_valueLabel;
@property(nonatomic) __weak MRStopButton *stopButton; // @synthesize stopButton=_stopButton;
- (void).cxx_destruct;
- (void)animationDidStop:(id)arg1 finished:(_Bool)arg2;
- (void)onValueLabelUpdateTimer:(id)arg1;
- (void)stopAnimation;
- (void)animateToProgress:(float)arg1;
- (void)setProgress:(float)arg1 animated:(_Bool)arg2;
- (void)updateLabel:(float)arg1;
- (void)updatePath;
- (void)updateProgress;
@property(nonatomic) float progress; // @dynamic progress;
@property(nonatomic) _Bool mayStop;
- (void)tintColorDidChange;
- (id)layoutPath;
- (void)layoutSubviews;
@property(nonatomic) double lineWidth;
@property(nonatomic) double borderWidth;
- (void)commonInit;
- (id)shapeLayer;
- (id)initWithCoder:(id)arg1;
- (id)initWithFrame:(struct CGRect)arg1;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end
@interface MRIconView : UIView
{
}
+ (Class)layerClass;
+ (void)load;
@property(nonatomic) double lineWidth;
@property(nonatomic) double borderWidth;
- (void)setFrame:(struct CGRect)arg1;
- (void)tintColorDidChange;
- (void)layoutSubviews;
- (void)commonInit;
- (id)shapeLayer;
- (id)path;
- (id)initWithCoder:(id)arg1;
- (id)initWithFrame:(struct CGRect)arg1;
@end
@interface MRCheckmarkIconView : MRIconView
{
}
- (id)path;
- (void)commonInit;
@end
@interface MRCrossIconView : MRIconView
{
}
- (id)path;
- (void)commonInit;
@end
@interface MRNavigationBarProgressView : MRProgressView
{
UIView *_progressView;
UIViewController *_viewController;
UIView *_barView;
}
+ (_Bool)requiresConstraintBasedLayout;
+ (id)progressViewForNavigationController:(id)arg1;
+ (void)initialize;
@property(nonatomic) __weak UIView *barView; // @synthesize barView=_barView;
@property(nonatomic) __weak UIViewController *viewController; // @synthesize viewController=_viewController;
@property(nonatomic) __weak UIView *progressView; // @synthesize progressView=_progressView;
- (void).cxx_destruct;
- (void)setProgress:(float)arg1 animated:(_Bool)arg2;
- (void)progressDidChange;
- (void)_setProgress:(float)arg1;
@property(nonatomic) float progress; // @dynamic progress;
@property(retain, nonatomic) UIColor *progressTintColor;
- (void)layoutProgressView;
- (void)layoutSubviews;
- (void)dealloc;
- (void)navigationControllerDidShowViewController:(id)arg1;
- (void)unregisterObserverForNavigationController:(id)arg1;
- (void)registerObserverForNavigationController:(id)arg1;
- (void)commonInit;
- (id)initWithCoder:(id)arg1;
- (id)initWithFrame:(struct CGRect)arg1;
@end
@interface PodsDummy_MRProgress_library : NSObject
{
}
@end
@interface MRProgressOverlayView : UIView
{
NSDictionary *_savedAttributes;
float _progress;
unsigned long long _mode;
UILabel *_titleLabel;
UIView *_modeView;
CDUnknownBlockType _stopBlock;
UIView *_dialogView;
UIView *_blurView;
UIView *_blurMaskView;
}
+ (id)allOverlaysForView:(id)arg1;
+ (id)overlayForView:(id)arg1;
+ (unsigned long long)dismissAllOverlaysForView:(id)arg1 animated:(_Bool)arg2 completion:(CDUnknownBlockType)arg3;
+ (unsigned long long)dismissAllOverlaysForView:(id)arg1 animated:(_Bool)arg2;
+ (_Bool)dismissOverlayForView:(id)arg1 animated:(_Bool)arg2 completion:(CDUnknownBlockType)arg3;
+ (_Bool)dismissOverlayForView:(id)arg1 animated:(_Bool)arg2;
+ (id)showOverlayAddedTo:(id)arg1 title:(id)arg2 mode:(unsigned long long)arg3 animated:(_Bool)arg4 stopBlock:(CDUnknownBlockType)arg5;
+ (id)showOverlayAddedTo:(id)arg1 title:(id)arg2 mode:(unsigned long long)arg3 animated:(_Bool)arg4;
+ (id)showOverlayAddedTo:(id)arg1 animated:(_Bool)arg2;
@property(retain, nonatomic) UIView *blurMaskView; // @synthesize blurMaskView=_blurMaskView;
@property(nonatomic) __weak UIView *blurView; // @synthesize blurView=_blurView;
@property(nonatomic) __weak UIView *dialogView; // @synthesize dialogView=_dialogView;
@property(copy, nonatomic) CDUnknownBlockType stopBlock; // @synthesize stopBlock=_stopBlock;
@property(retain, nonatomic) UIView *modeView; // @synthesize modeView=_modeView;
@property(nonatomic) __weak UILabel *titleLabel; // @synthesize titleLabel=_titleLabel;
@property(nonatomic) float progress; // @synthesize progress=_progress;
@property(nonatomic) unsigned long long mode; // @synthesize mode=_mode;
- (void).cxx_destruct;
- (void)applyMotionEffects;
- (id)motionEffectWithKeyPath:(id)arg1 type:(long long)arg2;
- (void)applyProgressAnimated:(_Bool)arg1;
- (void)setProgress:(float)arg1 animated:(_Bool)arg2;
- (void)manualLayoutSubviews;
- (struct CGAffineTransform)transformForOrientation;
- (void)hide:(_Bool)arg1 completion:(CDUnknownBlockType)arg2;
- (void)hide:(_Bool)arg1;
- (void)dismiss:(_Bool)arg1 completion:(CDUnknownBlockType)arg2;
- (void)dismiss:(_Bool)arg1;
- (void)show:(_Bool)arg1;
- (void)setSubviewTransform:(struct CGAffineTransform)arg1 alpha:(double)arg2;
- (_Bool)accessibilityPerformEscape;
- (void)modeViewStopButtonTouchUpInside;
- (_Bool)updateModeViewMayStop;
- (_Bool)mayStop;
- (void)hideModeView:(id)arg1;
- (void)showModeView:(id)arg1;
- (void)tintColorDidChange;
- (void)setTintColor:(id)arg1;
@property(retain, nonatomic) NSAttributedString *titleLabelAttributedText;
@property(retain, nonatomic) NSString *titleLabelText;
- (id)titleTextAttributesToCopy;
- (id)createCustomView;
- (id)createCrossIconView;
- (id)createCheckmarkIconView;
- (id)createHorizontalBarProgressView;
- (id)createCircularProgressView;
- (id)createSmallDefaultActivityIndicatorView;
- (id)createSmallActivityIndicatorView;
- (id)createActivityIndicatorView;
- (id)createViewForMode:(unsigned long long)arg1;
- (id)createModeView;
- (id)createBlurView;
- (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void *)arg4;
- (id)observableKeypaths;
- (void)unregisterFromKVO;
- (void)registerForKVO;
- (void)deviceOrientationDidChange:(id)arg1;
- (void)unregisterFromNotificationCenter;
- (void)registerForNotificationCenter;
- (void)dealloc;
- (void)commonInit;
- (id)initWithCoder:(id)arg1;
- (id)initWithFrame:(struct CGRect)arg1;
@end
@interface MRProgressView : UIView
{
float _progress;
}
@property(nonatomic) float progress; // @synthesize progress=_progress;
- (void)setProgress:(float)arg1 animated:(_Bool)arg2;
@end
@interface MRStopButton : UIButton
{
double _sizeRatio;
double _highlightedSizeRatio;
CAShapeLayer *_shapeLayer;
}
@property(nonatomic) __weak CAShapeLayer *shapeLayer; // @synthesize shapeLayer=_shapeLayer;
@property(nonatomic) double highlightedSizeRatio; // @synthesize highlightedSizeRatio=_highlightedSizeRatio;
@property(nonatomic) double sizeRatio; // @synthesize sizeRatio=_sizeRatio;
- (void).cxx_destruct;
- (void)didTouchUpInside;
- (void)didTouchDown;
- (void)tintColorDidChange;
- (void)layoutSubviews;
- (_Bool)pointInside:(struct CGPoint)arg1 withEvent:(id)arg2;
- (struct CGRect)frameThatFits:(struct CGRect)arg1;
- (void)commonInit;
- (id)initWithCoder:(id)arg1;
- (id)initWithFrame:(struct CGRect)arg1;
@end
@interface PodsDummy_Valet : NSObject
{
}
@end
@interface VALSecureEnclaveValet : VALValet
{
NSDictionary *_baseQuery;
unsigned long long _accessControl;
}
+ (void)_augmentBaseQuery:(id)arg1 accessControl:(unsigned long long)arg2;
+ (_Bool)_currentOSSupportedForAccessControl:(unsigned long long)arg1;
+ (_Bool)_iOS9OrLater;
+ (_Bool)_iOS8OrLater;
+ (_Bool)_macOSSierraOrLater;
+ (_Bool)_macOSElCapitanOrLater;
+ (_Bool)supportsSecureEnclaveKeychainItems;
@property(readonly) unsigned long long accessControl; // @synthesize accessControl=_accessControl;
- (id)baseQuery;
- (void).cxx_destruct;
- (id)_optionsDictionaryForUserPrompt:(id)arg1;
- (_Bool)setObject:(id)arg1 forKey:(id)arg2 options:(id)arg3;
- (id)stringForKey:(id)arg1 userPrompt:(id)arg2 userCancelled:(inout _Bool *)arg3;
- (id)stringForKey:(id)arg1 userPrompt:(id)arg2;
- (id)objectForKey:(id)arg1 userPrompt:(id)arg2 userCancelled:(inout _Bool *)arg3;
- (id)objectForKey:(id)arg1 userPrompt:(id)arg2;
- (id)migrateObjectsMatchingQuery:(id)arg1 removeOnCompletion:(_Bool)arg2;
- (_Bool)removeAllObjects;
- (id)allKeys;
- (_Bool)containsObjectForKey:(id)arg1;
- (_Bool)canAccessKeychain;
- (id)initWithSharedAccessGroupIdentifier:(id)arg1 accessControl:(unsigned long long)arg2;
- (id)initWithIdentifier:(id)arg1 accessControl:(unsigned long long)arg2;
- (id)initWithSharedAccessGroupIdentifier:(id)arg1 accessibility:(unsigned long long)arg2;
- (id)initWithSharedAccessGroupIdentifier:(id)arg1;
- (id)initWithIdentifier:(id)arg1 accessibility:(unsigned long long)arg2;
- (id)initWithIdentifier:(id)arg1;
@end
@interface VALSynchronizableValet : VALValet
{
NSDictionary *_baseQuery;
}
+ (void)_augmentBaseQuery:(id)arg1;
+ (_Bool)supportsSynchronizableKeychainItems;
- (id)baseQuery;
- (void).cxx_destruct;
- (id)initWithSharedAccessGroupIdentifier:(id)arg1 accessibility:(unsigned long long)arg2;
- (id)initWithIdentifier:(id)arg1 accessibility:(unsigned long long)arg2;
@end
@interface VALValet : NSObject <NSCopying>
{
_Bool _sharedAcrossApplications;
NSString *_identifier;
unsigned long long _accessibility;
NSLock *_lockForSetAndRemoveOperations;
NSDictionary *_baseQuery;
}
+ (id)_sharedAccessGroupPrefix;
+ (id)_secAccessibilityAttributeForAccessibility:(unsigned long long)arg1;
+ (id)mutableBaseQueryWithSharedAccessGroupIdentifier:(id)arg1 accessibility:(unsigned long long)arg2 initializer:(SEL)arg3;
+ (id)mutableBaseQueryWithIdentifier:(id)arg1 accessibility:(unsigned long long)arg2 initializer:(SEL)arg3;
+ (id)sharedValetForValet:(id)arg1;
@property(readonly, copy) NSDictionary *baseQuery; // @synthesize baseQuery=_baseQuery;
@property(readonly, copy) NSLock *lockForSetAndRemoveOperations; // @synthesize lockForSetAndRemoveOperations=_lockForSetAndRemoveOperations;
@property(readonly) unsigned long long accessibility; // @synthesize accessibility=_accessibility;
@property(readonly, getter=isSharedAcrossApplications) _Bool sharedAcrossApplications; // @synthesize sharedAcrossApplications=_sharedAcrossApplications;
@property(readonly, copy) NSString *identifier; // @synthesize identifier=_identifier;
- (void).cxx_destruct;
- (id)_secItemFormatDictionaryWithKey:(id)arg1;
@property(readonly, copy) NSString *secServiceIdentifier;
- (_Bool)removeAllObjectsWithOptions:(id)arg1;
- (_Bool)removeObjectForKey:(id)arg1 options:(id)arg2;
- (id)allKeysWithOptions:(id)arg1;
- (int)containsObjectForKey:(id)arg1 options:(id)arg2;
- (id)stringForKey:(id)arg1 options:(id)arg2 status:(inout int *)arg3;
- (_Bool)setString:(id)arg1 forKey:(id)arg2 options:(id)arg3;
- (id)objectForKey:(id)arg1 options:(id)arg2 status:(inout int *)arg3;
- (_Bool)setObject:(id)arg1 forKey:(id)arg2 options:(id)arg3;
- (id)migrateObjectsFromValet:(id)arg1 removeOnCompletion:(_Bool)arg2;
- (id)migrateObjectsMatchingQuery:(id)arg1 removeOnCompletion:(_Bool)arg2;
- (_Bool)removeAllObjects;
- (_Bool)removeObjectForKey:(id)arg1;
- (id)allKeys;
- (_Bool)containsObjectForKey:(id)arg1;
- (id)stringForKey:(id)arg1;
- (_Bool)setString:(id)arg1 forKey:(id)arg2;
- (id)objectForKey:(id)arg1;
- (_Bool)setObject:(id)arg1 forKey:(id)arg2;
- (_Bool)canAccessKeychain;
- (_Bool)isEqualToValet:(id)arg1;
- (id)copyWithZone:(struct _NSZone *)arg1;
- (id)description;
- (unsigned long long)hash;
- (_Bool)isEqual:(id)arg1;
- (id)initWithSharedAccessGroupIdentifier:(id)arg1 accessibility:(unsigned long long)arg2;
- (id)initWithIdentifier:(id)arg1 accessibility:(unsigned long long)arg2;
@end
@interface PodsDummy_Pods_NodeJSKit : NSObject
{
}
@end
@interface NSObject (Nodelike)
- (void)nodelikeSet:(void *)arg1 toValue:(id)arg2;
- (id)nodelikeGet:(void *)arg1;
@end
@interface NSArray (Map)
- (id)mapObjectsUsingBlock:(CDUnknownBlockType)arg1;
@end
@interface NSArray (Filter)
- (id)filteredArrayUsingBlock:(CDUnknownBlockType)arg1;
@end
@interface UIViewController (Topmost)
+ (id)topmost;
+ (void)registerForTopmost;
+ (void)load;
- (void)viewDidDisappear:(_Bool)arg1;
- (void)viewDidAppear:(_Bool)arg1;
@end
@interface NSData (NodeJSBuffer) <LKNSDataNodeJSBufferAdditionsExports>
+ (id)dataWithContentsOfBuffer:(id)arg1;
@end
@interface UIKeyCommand (Scripter) <UIKeyCommandJSExports>
+ (id)newWithKeyCommand:(id)arg1 title:(id)arg2 action:(id)arg3;
@property(retain, nonatomic) JSValue *javaScriptAction;
@end
@interface NSString (CNContactLabelRemoveWeirdCharacters)
- (id)removingContactsLabelCharacters;
@end
@interface NSMethodSignature (Encoding)
@property(readonly, nonatomic) NSArray *argumentEncodings;
@end
@interface UIColor (Shortcuts)
+ (id)colorWithName:(id)arg1;
@end
@interface UIImageView (LoadAsync)
- (void)async_setImageFromUrl:(id)arg1;
@end
@interface JSContext (NotImplementedError)
- (id)throwTypeErrorWithMessage:(id)arg1;
- (id)throwErrorWithMessage:(id)arg1;
- (void)throwNotImplementedErrorWithMessage:(id)arg1;
@end
@interface JSValue (Additions)
+ (id)valueWithIndexPath:(id)arg1 inContext:(id)arg2;
@property(readonly) _Bool isArray;
@property(readonly) _Bool isBuffer;
@property(readonly) _Bool isFunction;
@end
@interface NSObject (AssociatedObject)
- (void)setAssociatedObject:(id)arg1 forKey:(id)arg2 policy:(unsigned long long)arg3;
- (void)setAssociatedObject:(id)arg1 forKey:(id)arg2;
- (id)getAssociatedObjectForKey:(id)arg1;
@end
@interface JSContext (Arguments)
- (void)setArguments:(id)arg1;
@end
@interface UIImage (AFNetworkingSafeImageLoading)
+ (id)af_safeImageWithData:(id)arg1;
@end
@interface UIActivityIndicatorView (AFNetworking)
- (void)setAnimatingWithStateOfTask:(id)arg1;
- (id)af_notificationObserver;
@end
@interface UIButton (_AFNetworking)
- (void)af_setBackgroundImageDownloadReceipt:(id)arg1 forState:(unsigned long long)arg2;
- (id)af_backgroundImageDownloadReceiptForState:(unsigned long long)arg1;
- (void)af_setImageDownloadReceipt:(id)arg1 forState:(unsigned long long)arg2;
- (id)af_imageDownloadReceiptForState:(unsigned long long)arg1;
@end
@interface UIButton (AFNetworking)
+ (void)setSharedImageDownloader:(id)arg1;
+ (id)sharedImageDownloader;
- (_Bool)isActiveBackgroundTaskURLEqualToURLRequest:(id)arg1 forState:(unsigned long long)arg2;
- (_Bool)isActiveTaskURLEqualToURLRequest:(id)arg1 forState:(unsigned long long)arg2;
- (void)cancelBackgroundImageDownloadTaskForState:(unsigned long long)arg1;
- (void)cancelImageDownloadTaskForState:(unsigned long long)arg1;
- (void)setBackgroundImageForState:(unsigned long long)arg1 withURLRequest:(id)arg2 placeholderImage:(id)arg3 success:(CDUnknownBlockType)arg4 failure:(CDUnknownBlockType)arg5;
- (void)setBackgroundImageForState:(unsigned long long)arg1 withURL:(id)arg2 placeholderImage:(id)arg3;
- (void)setBackgroundImageForState:(unsigned long long)arg1 withURL:(id)arg2;
- (void)setImageForState:(unsigned long long)arg1 withURLRequest:(id)arg2 placeholderImage:(id)arg3 success:(CDUnknownBlockType)arg4 failure:(CDUnknownBlockType)arg5;
- (void)setImageForState:(unsigned long long)arg1 withURL:(id)arg2 placeholderImage:(id)arg3;
- (void)setImageForState:(unsigned long long)arg1 withURL:(id)arg2;
@end
@interface UIImageView (_AFNetworking)
@property(retain, nonatomic, setter=af_setActiveImageDownloadReceipt:) AFImageDownloadReceipt *af_activeImageDownloadReceipt;
@end
@interface UIImageView (AFNetworking)
+ (void)setSharedImageDownloader:(id)arg1;
+ (id)sharedImageDownloader;
- (_Bool)isActiveTaskURLEqualToURLRequest:(id)arg1;
- (void)clearActiveDownloadInformation;
- (void)cancelImageDownloadTask;
- (void)setImageWithURLRequest:(id)arg1 placeholderImage:(id)arg2 success:(CDUnknownBlockType)arg3 failure:(CDUnknownBlockType)arg4;
- (void)setImageWithURL:(id)arg1 placeholderImage:(id)arg2;
- (void)setImageWithURL:(id)arg1;
@end
@interface UIProgressView (AFNetworking)
- (void)observeValueForKeyPath:(id)arg1 ofObject:(id)arg2 change:(id)arg3 context:(void *)arg4;
- (void)setProgressWithDownloadProgressOfTask:(id)arg1 animated:(_Bool)arg2;
- (void)setProgressWithUploadProgressOfTask:(id)arg1 animated:(_Bool)arg2;
- (void)af_setDownloadProgressAnimated:(_Bool)arg1;
- (_Bool)af_downloadProgressAnimated;
- (void)af_setUploadProgressAnimated:(_Bool)arg1;
- (_Bool)af_uploadProgressAnimated;
@end
@interface UIRefreshControl (AFNetworking)
- (void)setRefreshingWithStateOfTask:(id)arg1;
- (id)af_notificationObserver;
@end
@interface UIWebView (_AFNetworking)
@property(retain, nonatomic, setter=af_setURLSessionTask:) NSURLSessionDataTask *af_URLSessionTask;
@end
@interface UIWebView (AFNetworking)
- (void)loadRequest:(id)arg1 MIMEType:(id)arg2 textEncodingName:(id)arg3 progress:(id *)arg4 success:(CDUnknownBlockType)arg5 failure:(CDUnknownBlockType)arg6;
- (void)loadRequest:(id)arg1 progress:(id *)arg2 success:(CDUnknownBlockType)arg3 failure:(CDUnknownBlockType)arg4;
- (void)setResponseSerializer:(id)arg1;
- (id)responseSerializer;
@property(retain, nonatomic) AFHTTPSessionManager *sessionManager;
@end
@interface UINavigationController (NavigationBarProgressView_Private)
@property(nonatomic) __weak MRNavigationBarProgressView *progressView;
@end
@interface UIImage (MRImageEffects)
- (id)mr_applyBlurWithRadius:(double)arg1 tintColor:(id)arg2 saturationDeltaFactor:(double)arg3 maskImage:(id)arg4;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment