Sign in

iOS Team / CNLiveMateCode · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLiveMateCode
  • metaCode
  • Classes
  • Other
  • ViewController.swift
  • 创建元码分组结构,导入相关三方网络库
    0031f9cd
    liushiyu authored
    2023-05-31 09:27:34 +0800  
    Browse Code »
ViewController.swift 311 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
//
//  ViewController.swift
//  metaCode
//
//  Created by iOS on 2023/5/30.
//

import UIKit

class ViewController: UIViewController {

    override func viewDidLoad() {
        super.viewDidLoad()
        // Do any additional setup after loading the view.
        self.view.backgroundColor = .gray
    }


}