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
#import "PlacesCategoryTableViewController.h"
#import "PlacesTableViewController.h"
@interface PlacesCategoryTableViewController (){
NSArray * categorias;
NSArray *searchResults;
}
@end
//
// 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"
//
// 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"
//
// OneInformationTableViewCell.m
// Proyecto2
//
// Created by Fabiola Ramirez on 29/08/14.
// Copyright (c) 2014 Fabiola Ramirez. All rights reserved.
//
#import "OneInformationTableViewCell.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"
//
// InformacionCell.m
// Proyecto2
//
// Created by Fabiola Ramirez on 10/08/14.
// Copyright (c) 2014 Fabiola Ramirez. All rights reserved.
//
#import "InformacionCell.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"
//
// ItemViewController.swift
// vizix-ios-project
//
// Created by Fabiola Ramirez on 16/10/16.
// Copyright © 2016 Mojix. All rights reserved.
//
import UIKit
#include <iostream>
#include <cstring>
using namespace std;
char v1[] = "hello world";
char v2[] = {'h','e','l','l','o',' ','w','o','r','l','d','\0'};
string v3 = "hola pepito";
#include <iostream>
#include <cstring>
#include <string>
#include <stdio.h>
using namespace std;