ifish/Ifish/views/DropImgView/PlayNDropViewController.h

14 lines
272 B
Objective-C

//
// 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