Move SampleSwift project to xplat
Summary: Move SampleSwift project to xplat Reviewed By: passy Differential Revision: D8989867 fbshipit-source-id: cfda775ec3919d5c689aaf6846a870a2653c47a6
This commit is contained in:
committed by
Facebook Github Bot
parent
77fb96244d
commit
6c78895b2a
18
iOS/SampleSwift/SampleSwift/ViewController.swift
Normal file
18
iOS/SampleSwift/SampleSwift/ViewController.swift
Normal file
@@ -0,0 +1,18 @@
|
||||
// Copyright 2004-present Facebook. All Rights Reserved.
|
||||
|
||||
import UIKit
|
||||
|
||||
class ViewController: UIViewController {
|
||||
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
// Do any additional setup after loading the view, typically from a nib.
|
||||
}
|
||||
|
||||
override func didReceiveMemoryWarning() {
|
||||
super.didReceiveMemoryWarning()
|
||||
// Dispose of any resources that can be recreated.
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user