|  | @@ -105,9 +105,6 @@ class PQEditPublicTitleView: UIView {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          let ges = UITapGestureRecognizer(target: self, action: #selector(viewClick))
 | 
	
		
			
				|  |  |          closeView.addGestureRecognizer(ges)
 | 
	
		
			
				|  |  | -     
 | 
	
		
			
				|  |  | -        UIApplication.shared.keyWindow?.addGestureRecognizer(UITapGestureRecognizer(target: self, action: #selector(hiddenkeyBorad)))
 | 
	
		
			
				|  |  | -        
 | 
	
		
			
				|  |  |          backgroundColor = .clear
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          addSubview(closeView)
 | 
	
	
		
			
				|  | @@ -193,10 +190,6 @@ class PQEditPublicTitleView: UIView {
 | 
	
		
			
				|  |  |          isHidden = false
 | 
	
		
			
				|  |  |          inputTV.becomeFirstResponder()
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  | -    
 | 
	
		
			
				|  |  | -    @objc func hiddenkeyBorad() {
 | 
	
		
			
				|  |  | -        inputTV.resignFirstResponder()
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  extension PQEditPublicTitleView: UICollectionViewDelegate, UICollectionViewDataSource, UICollectionViewDelegateFlowLayout, UIScrollViewDelegate {
 |