open source
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
|
||||
#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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user