|
//
|
|
// PlayNDropViewController.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/1/5.
|
|
// Copyright © 2016年 imac. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "CCMPlayNDropView.h"
|
|
@interface PlayNDropViewController : UIViewController<CCMPlayNDropViewDelegate>
|
|
|
|
@end
|