chore: cleanup

This commit is contained in:
Igor Randjelovic
2021-02-26 22:31:21 +01:00
committed by Nathan Walker
parent 3402710b56
commit ff450755be
5 changed files with 138 additions and 49 deletions

View File

@@ -171,8 +171,9 @@ export namespace iOSNativeHelper {
/**
* @param nativeView UIView to find shadow layer with
* @param name Name of the shadow layer if looking for specifically named layer
* @param create should we create a new layer if not found
*/
export function getShadowLayer(nativeView: any /* UIView */, name?: string): any; /* CALayer */
export function getShadowLayer(nativeView: any /* UIView */, name?: string, create?: boolean): any; /* CALayer */
/**
* Create a UIDocumentInteractionControllerDelegate implementation for use with UIDocumentInteractionController