Delegate 内部持有的状态。 使用独立结构体,避免在 ivar 中直接使用泛型类型。
| 54 | /// Delegate 内部持有的状态。 |
| 55 | /// 使用独立结构体,避免在 ivar 中直接使用泛型类型。 |
| 56 | pub struct DelegateIvars { |
| 57 | pub sender: Sender<AvfFrameData>, |
| 58 | } |
| 59 | |
| 60 | // --------------------------------------------------------------------------- |
| 61 | // Objective-C Delegate 类定义 |
nothing calls this directly
no outgoing calls
no test coverage detected