// // baseCollectionViewController.h // myWatch // // Created by xTT on 16/4/13. // Copyright © 2016年 xTT. All rights reserved. // #import "baseViewController.h" #import "MJRefresh.h" @interface baseCollectionViewController : baseViewController @property (nonatomic, strong) IBOutlet UICollectionView *myCollectionView; @end