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
//
// MapView.swift
// finance
//
// Created by Fabiola Ramirez on 10/18/18.
// Copyright © 2018 creditsesame. All rights reserved.
//
import UIKit
import MapKit
//
// MapView.swift
// finance
//
// Created by Fabiola Ramirez on 10/18/18.
// Copyright © 2018 creditsesame. All rights reserved.
//
import UIKit
import MapKit
func getCoordinates() {
coordinates = []
let queue = OperationQueue()
let operation1 = BlockOperation {
let geoCoder = CLGeocoder()
for mapPoint in self.points {
let dispatchGroup = DispatchGroup()
dispatchGroup.enter()
print("CurrentAlert.shared.locations.count: \(CurrentAlert.shared.locations.count)")
//
// IDProtectionLocationsViewController.swift
// finance
//
// Created by DavidMora on 10/2/18.
// Copyright © 2018 creditsesame. All rights reserved.
//
import UIKit
//
// CallViewController.swift
// F3tch
//
// Created by Fabiola Ramirez on 4/26/18.
// Copyright © 2018 F3tch. All rights reserved.
//
protocol DialerDelegate {
func onPhoneNumberUpdated(phoneNumber: String)
//
// LinphoneManager.swift
// F3tch
//
// Created by Fabiola Ramirez on 5/18/18.
// Copyright © 2018 F3tch. All rights reserved.
//
protocol CallStateDelegate {
func callState(state: String)
#include <iostream>
#include <cstdio>
#include <cstring>
#include <string>
using namespace std;
#include <iostream>
#include <cstring>
#include <string>
#include <stdio.h>
using namespace std;
#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";
//
// ItemViewController.swift
// vizix-ios-project
//
// Created by Fabiola Ramirez on 16/10/16.
// Copyright © 2016 Mojix. All rights reserved.
//
import UIKit