Fetch the repository succeeded.
//
// CHGTabPageViewCell.m
// com.chuanghe.ios.client
//
// Created by Hogan on 2017/6/5.
// Copyright © 2017年 hogan. All rights reserved.
//
#import "CHGTabPageViewCell.h"
@implementation CHGTabPageViewCell
/*
// Only override drawRect: if you perform custom drawing.
// An empty implementation adversely affects performance during animation.
- (void)drawRect:(CGRect)rect {
// Drawing code
}
*/
-(void)tabPageView:(id)tabPageView didChangedWithPage:(NSInteger)page{
}
@end
Sign in for post a comment
Comment ( 0 )