//
//  VimeoViewController.h
//  Yoni Mordechay
//
//  Created by Nguyen Viet Minh on 5/3/13.
//  Copyright (c) 2013 Hieu Nguyen. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface VimeoViewController : UIViewController
{
    IBOutlet UIWebView *webView;
    NSString *txtURL;
}
@property(nonatomic,copy)NSString *txtURL;
@end
