GMReuseIdentifier.h 289 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 // // GMReuseIdentifier.h // test // // Created by wangyang on 2017/1/13. // Copyright © 2017年 北京更美互动信息科技有限公司. All rights reserved. // #import <Foundation/Foundation.h> @protocol GMReuseIdentifier <NSObject> + (NSString *)defaultReuseIdentifier; @end