- #import <UIKit/UIKit.h>
- @interface APBDTFUploadToastView : UIView
- @property(nonatomic,strong)UIActivityIndicatorView* indicator;
- - (instancetype)initWithFrame:(CGRect)frame;
- - (void)andSubViewWithFrame:(CGRect)frame AndText:(NSString *)text andStartY:(float)startY;
- @end
|