VanillaExample/RSFormViewVanillaExample/AppDelegate.swift
//
// AppDelegate.swift
// RSFormViewTester
//
// Created by Anthony on 10/9/19.
// Copyright © 2019 Anthony. All rights reserved.
//
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
return true
}
}