You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
541 B

//
// CommProViewController.h
// tongxin
//
// Created by WeiChaoZheng on 2018/10/15.
// Copyright © 2018年 xTT. All rights reserved.
//
#import "baseTabViewController.h"
@interface CommProViewController : baseTabViewController
@property (strong, nonatomic) IBOutlet UICollectionView *CQcollectionView;
@property (strong, nonatomic) IBOutlet NSLayoutConstraint *tableHeightNSLC;
@property (strong, nonatomic) IBOutlet NSLayoutConstraint *collectionHeightNSLC;
@property (weak, nonatomic) IBOutlet UIScrollView *bgScrollView;
@end