initial
This commit is contained in:
14
Pods/SwiftEntryKit/Source/Extensions/UIEdgeInsets+Utils.swift
generated
Normal file
14
Pods/SwiftEntryKit/Source/Extensions/UIEdgeInsets+Utils.swift
generated
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// UIEdgeInsets.swift
|
||||
// FBSnapshotTestCase
|
||||
//
|
||||
// Created by Daniel Huri on 4/21/18.
|
||||
//
|
||||
|
||||
import UIKit
|
||||
|
||||
extension UIEdgeInsets {
|
||||
var hasVerticalInsets: Bool {
|
||||
return top > 0 || bottom > 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user