mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-15 05:33:31 +01:00
14 lines
250 B
Swift
14 lines
250 B
Swift
//
|
|
// ManagedObjectListSectionInfo.swift
|
|
// HardcoreData
|
|
//
|
|
// Created by John Rommel Estropia on 2015/03/11.
|
|
// Copyright (c) 2015 John Rommel Estropia. All rights reserved.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
class ManagedObjectListSectionInfo: NSObject {
|
|
|
|
}
|