add view controller

This commit is contained in:
Dawid Kubicki 2018-11-19 15:14:55 +01:00
parent 8aabac2404
commit 06a1fe1077
3 changed files with 8 additions and 3 deletions

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13142" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12042"/>
</dependencies>
<scenes/>
</document>

View File

@ -32,9 +32,7 @@ final class FriendsViewController: UITableViewController {
action: #selector(signOut)
)
friends = [
User(name: "Bob Appleseed", email: "ryha26+bob@gmail.com")
]
}
// MARK: - Actions