// // GMReuseIdentifier.h // test // // Created by wangyang on 2017/1/13. // Copyright © 2017年 北京更美互动信息科技有限公司. All rights reserved. // #import @protocol GMReuseIdentifier + (NSString *)defaultReuseIdentifier; @end