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

#import <UIKit/UIKit.h>
#import "BaseCustom.h"
#import <MediaPlayer/MediaPlayer.h>
//ß#import <Ω>


@interface HomeView : BaseCustom
{
    IBOutlet UILabel *lbl1;
    MPMoviePlayerViewController *mp;
    IBOutlet UISegmentedControl *segment;
    IBOutlet UILabel *lbl2;
    IBOutlet UILabel *lbl3;
    IBOutlet UILabel *lbl4;
    IBOutlet UILabel *lbl5;
    IBOutlet UILabel *lbl6;


}

- (IBAction)home_action:(id)sender;

@end
