From 940e50d60598425d75be3a0827dce04528ad9bae Mon Sep 17 00:00:00 2001 From: Shun Usami Date: Wed, 17 Apr 2019 23:36:32 +0900 Subject: [PATCH] :pencil: Modify imports from MG related to AppCore --- .../ViewController+Injectable+Interactable.swift | 3 +-- .../ViewController+Injectable.swift | 3 +-- .../ViewController+Interactable.swift | 3 +-- PublicViewController.xctemplate/ViewController.swift | 3 +-- .../ViewController+Injectable+Interactable.swift | 3 +-- ViewController.xctemplate/ViewController+Injectable.swift | 3 +-- ViewController.xctemplate/ViewController+Interactable.swift | 3 +-- ViewController.xctemplate/ViewController.swift | 3 +-- 8 files changed, 8 insertions(+), 16 deletions(-) diff --git a/PublicViewController.xctemplate/ViewController+Injectable+Interactable.swift b/PublicViewController.xctemplate/ViewController+Injectable+Interactable.swift index 2b61fea..8686d81 100644 --- a/PublicViewController.xctemplate/ViewController+Injectable+Interactable.swift +++ b/PublicViewController.xctemplate/ViewController+Injectable+Interactable.swift @@ -1,8 +1,7 @@ //___FILEHEADER___ import UIKit -import MGKit -import MGEntity +import AppCore public final class ___FILEBASENAME___: UIViewController, Instantiatable, Injectable, Interactable { diff --git a/PublicViewController.xctemplate/ViewController+Injectable.swift b/PublicViewController.xctemplate/ViewController+Injectable.swift index d6f0c87..26161a6 100644 --- a/PublicViewController.xctemplate/ViewController+Injectable.swift +++ b/PublicViewController.xctemplate/ViewController+Injectable.swift @@ -1,8 +1,7 @@ //___FILEHEADER___ import UIKit -import MGKit -import MGEntity +import AppCore public final class ___FILEBASENAME___: UIViewController, Instantiatable, Injectable { diff --git a/PublicViewController.xctemplate/ViewController+Interactable.swift b/PublicViewController.xctemplate/ViewController+Interactable.swift index 125432f..84e6867 100644 --- a/PublicViewController.xctemplate/ViewController+Interactable.swift +++ b/PublicViewController.xctemplate/ViewController+Interactable.swift @@ -1,8 +1,7 @@ //___FILEHEADER___ import UIKit -import MGKit -import MGEntity +import AppCore public final class ___FILEBASENAME___: UIViewController, Instantiatable, Interactable { diff --git a/PublicViewController.xctemplate/ViewController.swift b/PublicViewController.xctemplate/ViewController.swift index 9612690..3e6d63b 100644 --- a/PublicViewController.xctemplate/ViewController.swift +++ b/PublicViewController.xctemplate/ViewController.swift @@ -1,8 +1,7 @@ //___FILEHEADER___ import UIKit -import MGKit -import MGEntity +import AppCore public final class ___FILEBASENAME___: UIViewController, Instantiatable { diff --git a/ViewController.xctemplate/ViewController+Injectable+Interactable.swift b/ViewController.xctemplate/ViewController+Injectable+Interactable.swift index 718df12..59d935b 100644 --- a/ViewController.xctemplate/ViewController+Injectable+Interactable.swift +++ b/ViewController.xctemplate/ViewController+Injectable+Interactable.swift @@ -1,8 +1,7 @@ //___FILEHEADER___ import UIKit -import MGKit -import MGEntity +import AppCore final class ___FILEBASENAME___: UIViewController, Instantiatable, Injectable, Interactable { diff --git a/ViewController.xctemplate/ViewController+Injectable.swift b/ViewController.xctemplate/ViewController+Injectable.swift index fd3a32b..5918c34 100644 --- a/ViewController.xctemplate/ViewController+Injectable.swift +++ b/ViewController.xctemplate/ViewController+Injectable.swift @@ -1,8 +1,7 @@ //___FILEHEADER___ import UIKit -import MGKit -import MGEntity +import AppCore final class ___FILEBASENAME___: UIViewController, Instantiatable, Injectable { diff --git a/ViewController.xctemplate/ViewController+Interactable.swift b/ViewController.xctemplate/ViewController+Interactable.swift index f7f6952..7e3fa94 100644 --- a/ViewController.xctemplate/ViewController+Interactable.swift +++ b/ViewController.xctemplate/ViewController+Interactable.swift @@ -1,8 +1,7 @@ //___FILEHEADER___ import UIKit -import MGKit -import MGEntity +import AppCore final class ___FILEBASENAME___: UIViewController, Instantiatable, Interactable { diff --git a/ViewController.xctemplate/ViewController.swift b/ViewController.xctemplate/ViewController.swift index d339658..5565298 100644 --- a/ViewController.xctemplate/ViewController.swift +++ b/ViewController.xctemplate/ViewController.swift @@ -1,8 +1,7 @@ //___FILEHEADER___ import UIKit -import MGKit -import MGEntity +import AppCore final class ___FILEBASENAME___: UIViewController, Instantiatable {