This commit is contained in:
2014-08-10 09:32:57 +08:00
parent 06da59d691
commit 8e92b78d9a
81 changed files with 11283 additions and 8079 deletions
@@ -0,0 +1,13 @@
//
// HomeAdView.h
// ManagerDemo
//
// Created by xmfish on 14-8-8.
// Copyright (c) 2014年 ash. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "ImagePlayerView.h"
@interface HomeAdView : UIView<ImagePlayerViewDelegate>
@end