mirror of
https://github.com/MustangYM/OSXChatGpt.git
synced 2025-11-25 11:29:43 +08:00
16 lines
179 B
Swift
16 lines
179 B
Swift
//
|
|
// UserRole+CoreDataClass.swift
|
|
// OSXChatGPT
|
|
//
|
|
// Created by CoderChan on 2023/3/8.
|
|
//
|
|
//
|
|
|
|
import Foundation
|
|
import CoreData
|
|
|
|
|
|
public class UserRole: NSManagedObject {
|
|
|
|
}
|