WIP: error handling

This commit is contained in:
John Rommel Estropia
2016-03-22 07:23:11 +09:00
parent 1507ac63f9
commit e8a9cc9d67
12 changed files with 190 additions and 35 deletions

View File

@@ -0,0 +1,13 @@
//
// 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 {
}