// // CateProtocal.h // Leanote // // Created by life on 15/7/20. // Copyright (c) 2015 Leanote.com. All rights reserved. // #import @protocol CategoryProtocol -(CGFloat)getCancelSearchViewHeight; // 正常情况下 -(CGFloat)getSearchedViewHeight; // 全屏后 @end