mirror of
https://github.com/wnagrodzki/ViewControllerContainment.git
synced 2025-04-07 21:01:54 +02:00
15 lines
340 B
Objective-C
15 lines
340 B
Objective-C
//
|
|
// VCCManualCallbacksViewController.h
|
|
// ViewControllerContainment
|
|
//
|
|
// Created by Wojtek Nagrodzki on 25/02/2013.
|
|
// Copyright (c) 2013 Wojtek Nagrodzki. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface VCCManualCallbacksViewController : UIViewController
|
|
|
|
@property (strong, nonatomic) NSArray * viewControllers;
|
|
|
|
@end
|