Files
LayaNative2.0/Conch/build/conch/proj.ios/LayaBox/UIFloatPanel.h
T
2020-11-11 16:17:13 +08:00

16 lines
222 B
Objective-C

#import <UIKit/UIKit.h>
#import <GLKit/GLKit.h>
@interface UIFloatPanel : UIImageView
{
GLKView* m_pGLView;
UIButton* m_pRefreshBtn;
UIButton* m_pBackBtn;
}
-(id)initWithParentView:(GLKView*)pGLView;
@end