mirror of
https://github.com/wu736139669/ManagerDemo.git
synced 2026-08-08 06:16:39 +00:00
14 lines
268 B
Objective-C
14 lines
268 B
Objective-C
//
|
|
// HelpCenterViewController.h
|
|
// ManagerDemo
|
|
//
|
|
// Created by xmfish on 14-9-1.
|
|
// Copyright (c) 2014年 ash. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "BaseListViewController.h"
|
|
@interface HelpCenterViewController : BaseListViewController
|
|
|
|
@end
|