15 lines
205 B
Swift
15 lines
205 B
Swift
|
//
|
||
|
// Folder.swift
|
||
|
// DataModel
|
||
|
//
|
||
|
// Created by Brent Simmons on 7/1/17.
|
||
|
// Copyright © 2017 Ranchero Software, LLC. All rights reserved.
|
||
|
//
|
||
|
|
||
|
import Foundation
|
||
|
|
||
|
public class Folder: Container {
|
||
|
|
||
|
|
||
|
}
|