Skip to content

Instantly share code, notes, and snippets.

@ebubekirsezer
Created October 20, 2022 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ebubekirsezer/2e15f1373573f0b13af5c75af5ae1c49 to your computer and use it in GitHub Desktop.
Save ebubekirsezer/2e15f1373573f0b13af5c75af5ae1c49 to your computer and use it in GitHub Desktop.
//
// RealmFileType.swift
// GitStar
//
// Created by EbubekirSezer on 21.10.2022.
//
import Foundation
enum RealmFileType: String, CaseIterable {
case Default = "default"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment