feat:add Popover and supoort headViews for iOS

This commit is contained in:
pengfei.zhou
2019-11-28 19:57:36 +08:00
parent a04dcf2212
commit 38a06c9658
8 changed files with 111 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
//
// Created by pengfei.zhou on 2019/11/28.
//
#import <Foundation/Foundation.h>
#import "DoricNativePlugin.h"
@interface DoricPopoverPlugin : DoricNativePlugin
@end