#import "SuperPlayerControlView.h" #import #import #import "SuperPlayerSettingsView.h" #import "DataReport.h" #import "SuperPlayerFastView.h" #import "PlayerSlider.h" #import "UIView+MMLayout.h" #import "SuperPlayerView+Private.h" #import "StrUtils.h" #import "SPWithoutControlView.h" #import "UIView+Fade.h" #pragma clang diagnostic push #pragma clang diagnostic ignored"-Wdeprecated-declarations" #define MODEL_TAG_BEGIN 20 #define BOTTOM_IMAGE_VIEW_HEIGHT 50 @interface SPWithoutControlView () @property BOOL isLive; @end @implementation SPWithoutControlView - (instancetype)initWithFrame:(CGRect)frame { self = [super initWithFrame:frame]; if (self) { // skip } return self; } - (void)dealloc { [[NSNotificationCenter defaultCenter] removeObserver:self]; } @end