摘要: - (MPVolumeView *)airPlayBtn { if (!_airPlayBtn) { CGFloat w = 32; _airPlayBtn=[[MPVolumeView alloc] initWithFrame:CGRectMake(20, 20, w, w)]; [_airPla 阅读全文
posted @ 2020-02-29 17:06 frounk 阅读(1077) 评论(0) 推荐(0) 编辑