13 lines
207 B
Swift
13 lines
207 B
Swift
//
|
|
// TorrentSource+CoreDataClass.swift
|
|
// Ferrite
|
|
//
|
|
// Created by Brian Dashore on 7/24/22.
|
|
//
|
|
//
|
|
|
|
import CoreData
|
|
import Foundation
|
|
|
|
@objc(TorrentSource)
|
|
public class TorrentSource: NSManagedObject {}
|