blob: ee5dff01ee1aff0f683966935c483c085bfd0a6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
//
// WalkThroughContainerViewController.h
// iosremote
//
// Created by Siqi Liu on 8/27/13.
// Copyright (c) 2013 libreoffice. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface WalkThroughContainerViewController : UIViewController <UIPageViewControllerDataSource>
@property (strong, nonatomic) UIPageViewController *pageController;
@end
|