Example/RIBs/ViewController.swift (9 lines of code) (raw):
//
// ViewController.swift
// RIBs
//
// Created by Roman Brovko on 04/29/2025.
// Copyright (c) 2025 Roman Brovko. 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.
}
}