YH_GuideViewController.h
283 Bytes
//
// YH_GuideViewController.h
// YH_Mall
//
// Created by YOHO on 15/4/30.
// Copyright (c) 2015年 YOHO. All rights reserved.
//
typedef void (^ClickBlock)();
@interface YH_GuideViewController : UIViewController
@property (readwrite, nonatomic, copy) ClickBlock block;
@end