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
// | |
// ViewController.swift | |
// Honk | |
// | |
// Created by Nick Gressle on 9/23/17. | |
// Copyright © 2017 nick gressle illustrations llc. All rights reserved. | |
// | |
import UIKit | |
import WebKit |
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
// | |
// ViewController.h | |
// template | |
// | |
// Created by YOU on 00/00/00. | |
// Copyright (c) 2015 Your Company. All rights reserved. | |
// | |
#import <UIKit/UIKit.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
// | |
// ViewController.m | |
//Template | |
// | |
// Created by My Company on 1/23/15. | |
// Copyright (c) 2015 MyComapny. All rights reserved. | |
// | |
#import "ViewController.h" |