cdts/xdts-ios 3/TreeHole/Code/Base/BXYStatefulViewController/BXYStatefulPlaceHolderView.h

16 lines
242 B
C
Raw Normal View History

2023-07-27 09:20:00 +08:00
//
// BXYStatefulPlaceHolderView.h
// BXYStatefulViewController
//
// Created by baixiangyu on 2017/9/20.
//
#import <UIKit/UIKit.h>
@protocol BXYStatefulPlaceHolderView <NSObject>
@optional
- (UIEdgeInsets)placeholderViewInsets;
@end