GrounderSuperView.h 235 Bytes
//
//  GrounderSuperView.h
//  GrounderDemo
//
//  Created by 贾楠 on 16/3/10.
//  Copyright © 2016年 贾楠. All rights reserved.
//

#import <UIKit/UIKit.h>
@interface GrounderSuperView : UIView

- (void)setModel:(id)model;
@end