`case .Success: return UIImage(named: "MessageSuccessIcon", inBundle: NSBundle(forClass: MessageController.self), compatibleWithTraitCollection: nil)!; ` fatal error: unexpectedly found nil while unwrapping an Optional value
case .Success: return UIImage(named: "MessageSuccessIcon", inBundle: NSBundle(forClass: MessageController.self), compatibleWithTraitCollection: nil)!;fatal error: unexpectedly found nil while unwrapping an Optional value