Files
Yep/Yep/Views/TextViews/ChatTextView.swift
T
2015-07-23 16:12:17 +08:00

17 lines
261 B
Swift

//
// ChatTextView.swift
// Yep
//
// Created by NIX on 15/6/26.
// Copyright (c) 2015年 Catch Inc. All rights reserved.
//
import UIKit
class ChatTextView: UITextView {
override func canBecomeFirstResponder() -> Bool {
return false
}
}