This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // SGCoreDataStore.h | |
| // Core Data Example | |
| // | |
| // Created by Groom, Stephen on 10/07/2015. | |
| // Copyright © 2015 Stephen Groom. All rights reserved. | |
| // | |
| @import CoreData; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // SGAsyncSetupCoreDataStore.swift | |
| // Core Data Example | |
| // | |
| // Created by Groom, Stephen on 10/07/2015. | |
| // Copyright © 2015 Stephen Groom. All rights reserved. | |
| // | |
| import CoreData |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // SGCoreDataStore.swift | |
| // Core Data Example | |
| // | |
| // Created by Groom, Stephen on 09/07/2015. | |
| // Copyright © 2015 Stephen Groom. All rights reserved. | |
| // | |
| import CoreData |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // UIResponder.swift | |
| // | |
| // Created by Groom on 23/03/2015. | |
| // Copyright (c) 2015 Stephen Groom. All rights reserved. | |
| // | |
| import UIKit | |
| extension UIResponder { |