Files
OnlineChatSdk-SwiftPM/Example/OnlineChatSdk/ViewController.swift
Andrey Blinov e78c12a6d3 Initial commit
2019-11-15 23:21:03 +07:00

25 lines
507 B
Swift

//
// ViewController.swift
// OnlineChatSdk
//
// Created by bekannax on 11/15/2019.
// Copyright (c) 2019 bekannax. 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.
}
}