set addOnRenderFinishedCallback to private

This commit is contained in:
pengfei.zhou
2020-03-14 17:07:59 +08:00
committed by osborn
parent b59567ccfb
commit 7c2ba30bd5
3 changed files with 2 additions and 3 deletions

View File

@@ -30,6 +30,6 @@ export declare abstract class Panel {
private nativeRender;
private hookBeforeNativeCall;
private hookAfterNativeCall;
onRenderFinished(): void;
private onRenderFinished;
addOnRenderFinishedCallback(cb: () => void): void;
}