ifish/Ifish/UMCommunity/UMCommunitySDK/UMCommunityUI/simple/Feed/UMComSimpleTopicFeedTableVi...

21 lines
446 B
Objective-C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// UMComSimpleTopicFeedTableViewController.h
// UMCommunity
//
// Created by 张军华 on 16/5/23.
// Copyright © 2016年 Umeng. All rights reserved.
//
#import "UMComSimpleFeedTableViewController.h"
@class UMComTopic;
/**
* 所有话题feed的基类用于扩展话题下feed的功能
*/
@interface UMComSimpleTopicFeedTableViewController : UMComSimpleFeedTableViewController
@property(nonatomic,strong)UMComTopic* topic;
@end