// // PlayerView.h // AVPlayerDemo // // Created by CaoJie on 14-5-5. // Copyright (c) 2014年 yiban. All rights reserved. // #import #import #import @interface PlayerView : UIView @property (nonatomic ,strong) AVPlayer *player; @end