// // ErrorBackgroundView.swift // Naterade // // Created by Nathan Racklyeft on 2/15/16. // Copyright © 2016 Nathan Racklyeft. All rights reserved. // import UIKit class ErrorBackgroundView: UIView { @IBOutlet var errorDescriptionLabel: UILabel! }