// // WalkThroughContainerViewController.h // iosremote // // Created by Siqi Liu on 8/27/13. // Copyright (c) 2013 libreoffice. All rights reserved. // #import @interface WalkThroughContainerViewController : UIViewController @property (strong, nonatomic) UIPageViewController *pageController; @end