16 lines
242 B
C
16 lines
242 B
C
|
|
//
|
||
|
|
// BXYStatefulPlaceHolderView.h
|
||
|
|
// BXYStatefulViewController
|
||
|
|
//
|
||
|
|
// Created by baixiangyu on 2017/9/20.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import <UIKit/UIKit.h>
|
||
|
|
|
||
|
|
@protocol BXYStatefulPlaceHolderView <NSObject>
|
||
|
|
|
||
|
|
@optional
|
||
|
|
- (UIEdgeInsets)placeholderViewInsets;
|
||
|
|
|
||
|
|
@end
|