mirror of https://github.com/SnapKit/SnapKit
Update ViewController+SnapKit.swift
Removed unecessary typealias
This commit is contained in:
parent
f8ccdf8f11
commit
6f0584f855
|
@ -23,7 +23,6 @@
|
||||||
|
|
||||||
#if os(iOS)
|
#if os(iOS)
|
||||||
import UIKit
|
import UIKit
|
||||||
public typealias ViewController = UIViewController
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Used to expose public API on view controllers
|
Used to expose public API on view controllers
|
||||||
|
|
Loading…
Reference in New Issue