BBAPageViewControllerCellProtocal.h
584 Bytes
//
// BBAPageViewControllerCellProtocal.h
// BBAComs-BBAFeed
//
// Created by zhangquan06 on 08/01/2018.
// Copyright © 2018 Baidu. All rights reserved.
//
#ifndef BBAPageViewControllerCellProtocal_h
#define BBAPageViewControllerCellProtocal_h
#import <Foundation/Foundation.h>
@protocol BBAPageViewControllerCellProtocal <NSObject>
@optional
- (void)pageCellWillAppear:(BOOL)animated;
- (void)pageCellDidAppear:(BOOL)animated;
- (void)pageCellWillDisappear:(BOOL)animated;
- (void)pageCellDidDisappear:(BOOL)animated;
@end
#endif /* BBAPageViewControllerCellProtocal_h */