GLD_WeiboListController.h
298 Bytes
//
// GLD_WeiboListController.h
// YX_BaseProject
//
// Created by yiyangkeji on 2018/4/10.
// Copyright © 2018年 com.yxvzb. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface GLD_WeiboListController : UIViewController
@property (nonatomic, strong)RACSubject *delegateSubject;
@end