// // AdsViewController.h // Stylist // // Created by VCC on 10/7/13. // Copyright (c) 2013 VCC. All rights reserved. // #import @interface AdsViewController : UIViewController { BOOL isPresent; } @end