Skip to content

Instantly share code, notes, and snippets.

View FabiolaRamirez's full-sized avatar

Fabiola Ramírez FabiolaRamirez

  • Bolivia - La Paz
View GitHub Profile
//
// 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"
//
// InformacionCell.m
// Proyecto2
//
// Created by Fabiola Ramirez on 10/08/14.
// Copyright (c) 2014 Fabiola Ramirez. All rights reserved.
//
#import "InformacionCell.h"
//
// 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"
//
// OneInformationTableViewCell.m
// Proyecto2
//
// Created by Fabiola Ramirez on 29/08/14.
// Copyright (c) 2014 Fabiola Ramirez. All rights reserved.
//
#import "OneInformationTableViewCell.h"
//
// 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"
//
// 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"
#import "PlacesCategoryTableViewController.h"
#import "PlacesTableViewController.h"
@interface PlacesCategoryTableViewController (){
NSArray * categorias;
NSArray *searchResults;
}
@end