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 {}
|