GMReuseIdentifier.h 289 Bytes
//
//  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