Files
FinalYearProject-MyMind/Old My Mind/My Mind/WelcomeScreenTwo.swift
Alexander Davis 41995c6e8c Final Upload
2017-05-16 20:46:48 +01:00

19 lines
330 B
Swift
Executable File

//
// WelcomeScreenTwo.swift
// My Mind
//
// Created by Alexander Davis on 30/03/2017.
// Copyright © 2017 Alexander Davis. All rights reserved.
//
import Foundation
import UIKit
class PageTwo : UIViewController {
override var preferredStatusBarStyle: UIStatusBarStyle {
return .lightContent
}
}