14 lines
248 B
Objective-C
14 lines
248 B
Objective-C
//
|
|
// UMComForumFindViewController.h
|
|
// UMCommunity
|
|
//
|
|
// Created by umeng on 15/11/17.
|
|
// Copyright © 2015年 Umeng. All rights reserved.
|
|
//
|
|
|
|
#import "UMComViewController.h"
|
|
|
|
@interface UMComDiscoverViewController : UMComViewController
|
|
|
|
@end
|