Skip to content

Instantly share code, notes, and snippets.

View asdwd5's full-sized avatar

Ariel Gemilang Jaya asdwd5

  • Semarang, Indonesia
View GitHub Profile
//
// ViewController.swift
// project
import UIKit
import Alamofire
import SwiftyJSON
import Haneke
class magazineViewController: UIViewController, UICollectionViewDataSource, UICollectionViewDelegate, NSURLSessionDelegate, UIDocumentInteractionControllerDelegate, NSURLSessionTaskDelegate {
//
// magazineCell.swift
// project
import UIKit
protocol magazineCellDelegate {
func check(cell: magazineCell)
}