15 lines
305 B
Objective-C
15 lines
305 B
Objective-C
//
|
|
// ProfileViewController.h
|
|
// SlideMenu
|
|
//
|
|
// Created by Aryan Gh on 4/24/13.
|
|
// Copyright (c) 2013 Aryan Ghassemi. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "SlideNavigationController.h"
|
|
|
|
@interface ProfileViewController : UIViewController <SlideNavigationControllerDelegate>
|
|
|
|
@end
|