//
// AppDelegate.swift
// TabletDemo
// Created by Max Sokolov on 08/11/15.
// Copyright © 2015 Tablet. All rights reserved.
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
}