//
// GMEmptyView.h
// Gengmei
//
// Created by Terminator on 15/10/16.
// Copyright © 2015年 Wanmeichuangyi. All rights reserved.
//
#import "GMView.h"
#import "GMImageView.h"
#import "GMLabel.h"
#import "GMButton.h"
@interface GMEmptyView : GMView
@property (nonatomic, strong) GMImageView *imageView;
@property (nonatomic, strong) GMLabel *promoptLabel;
@property (nonatomic, strong) GMButton *actionButton;
@end
-
翟国钧 authored69937f63