Fetch the repository succeeded.
//
// CHGTabPageViewCell.h
// com.chuanghe.ios.client
//
// Created by Hogan on 2017/6/5.
// Copyright © 2017年 hogan. All rights reserved.
//
#import "CHGGridViewCell.h"
@interface CHGTabPageViewCell : CHGGridViewCell
-(void)tabPageView:(id)tabPageView didChangedWithPage:(NSInteger)page;
@end
Sign in for post a comment
Comment ( 0 )