UIResponder: UIView的超类,用来响应handle(触屏、motion、响应者等)事件。
NSSet:一系列的类集合(类似数组)。
UITouch:一个点击类。负责:点击的view,window,time,tapcount,点击的状态(begin、move、end等)。
UIEvent:事件类。负责:纪录所有的touches,。