mirror of
https://github.com/wu736139669/ManagerDemo.git
synced 2026-08-07 06:14:48 +00:00
14 lines
242 B
Objective-C
14 lines
242 B
Objective-C
//
|
|
// 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
|