mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-15 05:33:31 +01:00
14 lines
221 B
Swift
14 lines
221 B
Swift
//
|
|
// CSCoreStoreLogger.swift
|
|
// CoreStore
|
|
//
|
|
// Created by John Rommel Estropia on 2016/03/19.
|
|
// Copyright © 2016 John Rommel Estropia. All rights reserved.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
class CSCoreStoreLogger: NSObject {
|
|
|
|
}
|