Interface.h 272 Bytes
//
//  Interface.h
//  HaiBaoJuheSDK
//
//  Created by winFan on 12/10/15.
//  Copyright (c) 2015 winFan. All rights reserved.
//


#include "UnionInterface.h"
@interface Interface : NSObject <UnionInterface>
@property(nonatomic, strong)UIViewController *controller;
@end