Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2011-08-13 15:17:09 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:21:44 +0300
commit97e23ead86a98545b699595f76f4526858501353 (patch)
tree0b0e386f4e9ce66fd982b41760e4775234d0853c /iphone/Maps/Classes/EAGLView.h
parent3982c2edebe34c1b9d0769b25f2f62fd93102ba9 (diff)
[ios] Initial GUI refactoring
Diffstat (limited to 'iphone/Maps/Classes/EAGLView.h')
-rw-r--r--iphone/Maps/Classes/EAGLView.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/iphone/Maps/Classes/EAGLView.h b/iphone/Maps/Classes/EAGLView.h
index ff9b0e7938..222ca3dd05 100644
--- a/iphone/Maps/Classes/EAGLView.h
+++ b/iphone/Maps/Classes/EAGLView.h
@@ -1,11 +1,3 @@
-//
-// EAGLView.h
-// chuchu_iphone
-//
-// Created by Yury Melnichek on 08.03.09.
-// Copyright __MyCompanyName__ 2009. All rights reserved.
-//
-
#import <UIKit/UIKit.h>
#import <OpenGLES/EAGL.h>
#import <OpenGLES/ES1/gl.h>
@@ -51,11 +43,8 @@ namespace yg
MapViewController * controller;
}
-/// Called as a result of invalidate on iphone::WindowHandle
-- (void)drawView;
-- (void)drawViewThunk:(id)obj;
+// Called as a result of invalidate on iphone::WindowHandle
- (void)drawViewOnMainThread;
-- (void)onSize:(int)width withHeight:(int)height;
@property (nonatomic, assign) MapViewController * controller;
@property (nonatomic, assign) shared_ptr<iphone::WindowHandle> windowHandle;