Skip to content

Commit

Permalink
📝 Modify imports from MG related to AppCore
Browse files Browse the repository at this point in the history
  • Loading branch information
usatie committed Apr 17, 2019
1 parent 4adb289 commit 940e50d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
//___FILEHEADER___

import UIKit
import MGKit
import MGEntity
import AppCore

public final class ___FILEBASENAME___: UIViewController, Instantiatable, Injectable, Interactable {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
//___FILEHEADER___

import UIKit
import MGKit
import MGEntity
import AppCore

public final class ___FILEBASENAME___: UIViewController, Instantiatable, Injectable {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
//___FILEHEADER___

import UIKit
import MGKit
import MGEntity
import AppCore

public final class ___FILEBASENAME___: UIViewController, Instantiatable, Interactable {

Expand Down
3 changes: 1 addition & 2 deletions PublicViewController.xctemplate/ViewController.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
//___FILEHEADER___

import UIKit
import MGKit
import MGEntity
import AppCore

public final class ___FILEBASENAME___: UIViewController, Instantiatable {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
//___FILEHEADER___

import UIKit
import MGKit
import MGEntity
import AppCore

final class ___FILEBASENAME___: UIViewController, Instantiatable, Injectable, Interactable {

Expand Down
3 changes: 1 addition & 2 deletions ViewController.xctemplate/ViewController+Injectable.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
//___FILEHEADER___

import UIKit
import MGKit
import MGEntity
import AppCore

final class ___FILEBASENAME___: UIViewController, Instantiatable, Injectable {

Expand Down
3 changes: 1 addition & 2 deletions ViewController.xctemplate/ViewController+Interactable.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
//___FILEHEADER___

import UIKit
import MGKit
import MGEntity
import AppCore

final class ___FILEBASENAME___: UIViewController, Instantiatable, Interactable {

Expand Down
3 changes: 1 addition & 2 deletions ViewController.xctemplate/ViewController.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
//___FILEHEADER___

import UIKit
import MGKit
import MGEntity
import AppCore

final class ___FILEBASENAME___: UIViewController, Instantiatable {

Expand Down

0 comments on commit 940e50d

Please sign in to comment.