[ios] Cleaned up comments

This commit is contained in:
Alex Zolotarev 2013-09-12 20:33:04 +03:00 committed by Alex Zolotarev
parent 93fd200c41
commit 9c25d65c14
10 changed files with 0 additions and 83 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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>

View file

@ -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"

View file

@ -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>

View file

@ -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

View file

@ -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>

View file

@ -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>

View file

@ -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

View file

@ -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