iOS: implement Image Pixel

This commit is contained in:
pengfei.zhou
2021-11-22 11:54:47 +08:00
committed by osborn
parent 190eb4afd7
commit b29f2d6a4e
20 changed files with 365 additions and 9 deletions

View File

@@ -62,7 +62,7 @@ export declare abstract class View implements Modeling {
onClick?: Function;
superview?: Superview;
callbacks: Map<String, Function>;
private callback2Id;
callback2Id(f: Function): string;
private id2Callback;
findViewByTag(tag: string): View | undefined;
constructor();