This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // InformationPlaceTableViewController.m | |
| // Proyecto2 | |
| // | |
| // Created by Fabiola Ramirez on 27/08/14. | |
| // Copyright (c) 2014 Fabiola Ramirez. All rights reserved. | |
| // | |
| #import "InformacionCell.h" | |
| #import "OneInformationTableViewCell.h" | |
| #import "InformationPlaceTableViewController.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // InformacionCell.m | |
| // Proyecto2 | |
| // | |
| // Created by Fabiola Ramirez on 10/08/14. | |
| // Copyright (c) 2014 Fabiola Ramirez. All rights reserved. | |
| // | |
| #import "InformacionCell.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // Place2ViewController.m | |
| // Proyecto2 | |
| // | |
| // Created by Fabiola Ramirez on 07/08/14. | |
| // Copyright (c) 2014 Fabiola Ramirez. All rights reserved. | |
| // | |
| #import "Place2ViewController.h" | |
| #import "TipCell.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // OneInformationTableViewCell.m | |
| // Proyecto2 | |
| // | |
| // Created by Fabiola Ramirez on 29/08/14. | |
| // Copyright (c) 2014 Fabiola Ramirez. All rights reserved. | |
| // | |
| #import "OneInformationTableViewCell.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // InformationPlaceTableViewController.m | |
| // Proyecto2 | |
| // | |
| // Created by Fabiola Ramirez on 27/08/14. | |
| // Copyright (c) 2014 Fabiola Ramirez. All rights reserved. | |
| // | |
| #import "InformacionCell.h" | |
| #import "OneInformationTableViewCell.h" | |
| #import "InformationPlaceTableViewController.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // VistaPrincipalViewController.m | |
| // Proyecto2 | |
| // | |
| // Created by Fabiola Ramirez on 29/06/14. | |
| // Copyright (c) 2014 Fabiola Ramirez. All rights reserved. | |
| // | |
| #import "VistaPrincipalViewController.h" | |
| #import "Annotation.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #import "PlacesCategoryTableViewController.h" | |
| #import "PlacesTableViewController.h" | |
| @interface PlacesCategoryTableViewController (){ | |
| NSArray * categorias; | |
| NSArray *searchResults; | |
| } | |
| @end |
NewerOlder