Fetch the repository succeeded.
//
// CHGGridViewUtil.h
// CHGGridViewSample
//
// Created by Hogan on 2017/6/15.
// Copyright © 2017年 Hogan. All rights reserved.
//
#ifndef CHGGridViewUtil_h
#define CHGGridViewUtil_h
typedef id(^CallBack)(id data);
typedef id(^EventTransmissionBlock)(id target,id params, NSInteger tag,CallBack callBack);
#endif /* CHGGridViewUtil_h */
Sign in for post a comment
Comment ( 0 )