Macro.swift
348 Bytes
//
// Macro.swift
// ParentAssistant
//
// Created by Cao yang on 2018/3/21.
// Copyright © 2018年 HANGZHOUTEAM. All rights reserved.
//
import Foundation
//全局变量
let appDelegate = UIApplication.shared.delegate as! AppDelegate
let screenWidth = UIScreen.main.bounds.size.width
let screenHeight = UIScreen.main.bounds.size.height