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