//
//  VideoView.h
//  Yoni
//
//  Created by Hieu Nguyen on 4/22/13.
//  Copyright (c) 2013 Hieu Nguyen. All rights reserved.
//

#import "BaseCustom.h"
#import <MediaPlayer/MediaPlayer.h>


@interface VideoView : BaseCustom 
{
    UILoading *loading;
    //NSMutableArray *list_photo;
    IBOutlet UITableView *TBL_Photo;
    NSMutableArray *arrayPhotoView;
}
@property (retain, nonatomic)NSMutableArray *arrayPhotoView;
@property (retain, nonatomic)NSString *stringURL;

@end
