ViewControllerContainment/ViewControllerContainment/VCCManualCallbacksViewController.h

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