You.i Engine
YiPlatformViewHandle_iOS.h
Go to the documentation of this file.
1 #ifndef _YI_PLATFORM_VIEW_HANDLE_IOS_H_
2 #define _YI_PLATFORM_VIEW_HANDLE_IOS_H_
3 
5 
6 #import <UIKit/UIKit.h>
7 
20 {
21 public:
23  CYIPlatformViewHandleIOS(UIView *platformView) : platformView(platformView) {}
24 
26 
30  UIView *platformView;
31 };
32 
37 #endif
CYIPlatformViewHandleIOS()
Definition: YiPlatformViewHandle_iOS.h:22
The CYIPlatformViewHandleIOS is a wrapper object which holds on to an iOS native platform view...
Definition: YiPlatformViewHandle_iOS.h:19
UIView * platformView
Definition: YiPlatformViewHandle_iOS.h:30
virtual ~CYIPlatformViewHandleIOS()
Definition: YiPlatformViewHandle_iOS.h:25
CYIPlatformViewHandleIOS(UIView *platformView)
Definition: YiPlatformViewHandle_iOS.h:23
The CYIPlatformViewHandle is a wrapper object that holds on to the native platform view...
Definition: YiPlatformViewHandle.h:17