mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
committed by
Nathan Walker
parent
3402710b56
commit
ff450755be
3
packages/core/utils/native-helper.d.ts
vendored
3
packages/core/utils/native-helper.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user