//
//  AdsViewController.h
//  Stylist
//
//  Created by VCC on 10/7/13.
//  Copyright (c) 2013 VCC. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AdsViewController : UIViewController
{
    BOOL isPresent;
}
@end