// // SREmptyDataBaseView.m // SREmptyDataViewDemo // // Created by https://github.com/guowilling on 2018/1/11. // Copyright © 2018年 SR. All rights reserved. // #import "SREmptyDataBaseView.h" #import "UIView+SRFrame.h" @interface SREmptyDataBaseView () @property (nonatomic, strong, readwrite) UIView *contentView; @property (nonatomic, strong, readwrite) UIView *customView; @end @implementation SREmptyDataBaseView @end