Files
NativeScript/packages/ui-mobile-base/ios/TNSWidgets/TNSWidgets/UIView+PassThroughParent.h

18 lines
307 B
Objective-C

//
// UIView+PassThroughParent.h
// TNSWidgets
//
// Created by Manol Donev on 21.08.18.
// Copyright © 2018 Telerik A D. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIView (PassThroughParent)
- (BOOL) passThroughParent;
- (void) setPassThroughParent:(BOOL) passThroughParent;
@end