Files
featherVoice/Pods/ReactiveObjC/ReactiveObjC/RACCompoundDisposableProvider.d
2025-08-08 10:49:36 +08:00

5 lines
190 B
D

provider RACCompoundDisposable {
probe added(char *compoundDisposable, char *disposable, long newTotal);
probe removed(char *compoundDisposable, char *disposable, long newTotal);
};