ifish/Ifish/controllers/FishTinkController/centerPushcontrollers/MoreBrandController.h

16 lines
313 B
Objective-C

//
// MoreBrandController.h
// Ifish
//
// Created by imac on 15/10/2.
// Copyright © 2015年 imac. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "FatherController.h"
#import "BrandModel.h"
@interface MoreBrandController :FatherController
@property(nonatomic,strong)NSMutableArray*brandArr;
@end