Tuya iOS Smart Life App SDK 5.15.0
ThingModuleHookProxy Class Reference

#import <ThingModuleHookProxy.h>

Inheritance diagram for ThingModuleHookProxy:

Instance Methods

(instancetype) - initWithProtocol:nativeImpl:
 
(instancetype) - initWithProtocol:nativeImpl:
 

Properties

NSString * prot
 
id nativeImpl
 
NSMapTable< NSString *, id > * hookMap
 

Detailed Description

Definition at line 12 of file ThingModuleHookProxy.h.

Method Documentation

◆ initWithProtocol:nativeImpl: [1/2]

- (instancetype) initWithProtocol: (Protocol *)  prot
nativeImpl: (id)  impl 

◆ initWithProtocol:nativeImpl: [2/2]

- (instancetype) initWithProtocol: (Protocol *)  prot
nativeImpl: (id)  impl 

Property Documentation

◆ hookMap

- (NSMapTable< NSString *, id > *) hookMap
readnonatomicstrong

sel, hookImpl

Definition at line 17 of file ThingModuleHookProxy.h.

◆ nativeImpl

- (id) nativeImpl
readnonatomicweak

Definition at line 15 of file ThingModuleHookProxy.h.

◆ prot

- (NSString *) prot
readnonatomicstrong

Definition at line 14 of file ThingModuleHookProxy.h.


The documentation for this class was generated from the following files: