- data backup
- I can't test it because I'm stuck on the login screen.
This commit is contained in:
12
refilc/ios/Runner/public_vars.swift
Normal file
12
refilc/ios/Runner/public_vars.swift
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// public_vars.swift
|
||||
// Runner
|
||||
//
|
||||
// Created by Geryy on 02/05/2024.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
var lessonDataDictionary: [String: Any] = [:]
|
||||
var globalLessonData = LessonData(from: lessonDataDictionary)
|
||||
var activityID: String? = ""
|
||||
Reference in New Issue
Block a user