forked from organicmaps/organicmaps
[ios] Cleaned up comments
This commit is contained in:
parent
93fd200c41
commit
9c25d65c14
10 changed files with 0 additions and 83 deletions
|
@ -1,11 +1,3 @@
|
|||
//
|
||||
// PlaceAndCompasView.h
|
||||
// Maps
|
||||
//
|
||||
// Created by Kirill on 22/06/2013.
|
||||
// Copyright (c) 2013 MapsWithMe. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#include "LocationManager.h"
|
||||
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
//
|
||||
// PlaceAndCompasView.m
|
||||
// Maps
|
||||
//
|
||||
// Created by Kirill on 22/06/2013.
|
||||
// Copyright (c) 2013 MapsWithMe. All rights reserved.
|
||||
//
|
||||
|
||||
#import "PlaceAndCompasView.h"
|
||||
#import "MapsAppDelegate.h"
|
||||
#import "CompassView.h"
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
//
|
||||
// PlacePreviewViewController.h
|
||||
// Maps
|
||||
//
|
||||
// Created by Kirill on 04/06/2013.
|
||||
// Copyright (c) 2013 MapsWithMe. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
//
|
||||
// PlacePreviewViewController.m
|
||||
// Maps
|
||||
//
|
||||
// Created by Kirill on 04/06/2013.
|
||||
// Copyright (c) 2013 MapsWithMe. All rights reserved.
|
||||
//
|
||||
|
||||
#import "PlacePreviewViewController.h"
|
||||
#import "TwoButtonsView.h"
|
||||
#import "PlacePageVC.h"
|
||||
|
|
|
@ -1,12 +1,3 @@
|
|||
/*
|
||||
* RenderContext.hpp
|
||||
* Maps
|
||||
*
|
||||
* Created by Siarhei Rachytski on 8/14/10.
|
||||
* Copyright 2010 OMIM. All rights reserved.
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <OpenGLES/EAGL.h>
|
||||
|
|
|
@ -1,12 +1,3 @@
|
|||
/*
|
||||
* RenderContext.mm
|
||||
* Maps
|
||||
*
|
||||
* Created by Siarhei Rachytski on 8/14/10.
|
||||
* Copyright 2010 OMIM. All rights reserved.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "RenderContext.hpp"
|
||||
|
||||
namespace iphone
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
//
|
||||
// ShareActionSheet.h
|
||||
// Maps
|
||||
//
|
||||
// Created by Kirill on 05/06/2013.
|
||||
// Copyright (c) 2013 MapsWithMe. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
//
|
||||
// ShareActionSheet.m
|
||||
// Maps
|
||||
//
|
||||
// Created by Kirill on 05/06/2013.
|
||||
// Copyright (c) 2013 MapsWithMe. All rights reserved.
|
||||
//
|
||||
|
||||
#import "ShareActionSheet.h"
|
||||
#import "Framework.h"
|
||||
#import <MessageUI/MFMessageComposeViewController.h>
|
||||
|
|
|
@ -1,14 +1,5 @@
|
|||
//
|
||||
// TwoButtonsView.h
|
||||
// Maps
|
||||
//
|
||||
// Created by Kirill on 04/06/2013.
|
||||
// Copyright (c) 2013 MapsWithMe. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface TwoButtonsView : UIView
|
||||
-(id)initWithFrame:(CGRect)frame leftButtonSelector:(SEL)leftSel rightButtonSelector:(SEL)rightTitle leftButtonTitle:(NSString *)leftTitle rightButtontitle:(NSString *)rightTitle target:(id)target;
|
||||
//-(void)changeWidth:(double)newWidth;
|
||||
@end
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
//
|
||||
// TwoButtonsView.m
|
||||
// Maps
|
||||
//
|
||||
// Created by Kirill on 04/06/2013.
|
||||
// Copyright (c) 2013 MapsWithMe. All rights reserved.
|
||||
//
|
||||
|
||||
#import "TwoButtonsView.h"
|
||||
|
||||
#define MARGIN 10
|
||||
|
|
Loading…
Add table
Reference in a new issue