You've already forked FinalYearProject-MyMind
mirror of
https://github.com/MrLyallCSIT/FinalYearProject-MyMind.git
synced 2026-01-18 07:09:41 +00:00
19 lines
330 B
Swift
Executable File
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
|
|
}
|
|
|
|
}
|