-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
| private _resolve: () => void; |
This I believe needs the static added, for example:
@NativeClass()
class PhotoViewerDelegateImpl extends NSObject implements NYTPhotosViewControllerDelegate {
static ObjCProtocols = [NYTPhotosViewControllerDelegate]; // add this
private _resolve: () => void;
Metadata
Metadata
Assignees
Labels
No labels