Skip to content

Instantly share code, notes, and snippets.

View RyoAbe's full-sized avatar
🏠
Working from home

RyoAbe RyoAbe

🏠
Working from home
View GitHub Profile
@RyoAbe
RyoAbe / ViewController.swift
Last active December 1, 2016 19:29
LINE Notify を iOS から使ってみる
//
// ViewController.swift
//
import UIKit
class ViewController: UIViewController {
typealias VC = ViewController
private static let MyHost = "https://example.com"
private static let BotHost = "https://notify-bot.line.me"