// // KWMLoadingView.h // iCemarose // // Created by 陈荣科 on 2016/11/17. // Copyright © 2016年 kollway. All rights reserved. // #import <UIKit/UIKit.h> @interface KWMLoadingView : UIView @property (weak, nonatomic) IBOutlet UIView *vContent; @property (weak, nonatomic) IBOutlet UIImageView *ivLoading; - (void)startAnimation; - (void)stopAnimation; @end