//
//  CustomWebView.h
//  Minfo
//
//  Created by Nguyen Hieu on 1/15/13.
//  Copyright (c) 2013 Nguyen Hieu. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface CustomWebView : UIWebView
{
    int tag2;
}
@property(nonatomic,assign)int tag2;
@end
