mirror of
https://github.com/Ferrite-iOS/Ferrite.git
synced 2026-04-23 01:42:21 +00:00
13 lines
216 B
Swift
13 lines
216 B
Swift
//
|
|
// TorrentSourceUrl+CoreDataClass.swift
|
|
// Ferrite
|
|
//
|
|
// Created by Brian Dashore on 7/24/22.
|
|
//
|
|
//
|
|
|
|
import CoreData
|
|
import Foundation
|
|
|
|
@objc(TorrentSourceUrl)
|
|
public class TorrentSourceUrl: NSManagedObject {}
|