1234567891011121314151617 |
- //
- // JLBubbleViewController.h
- // shiku_im
- //
- // Created by JayLuo on 2020/4/7.
- // Copyright © 2020 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "admobViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface JLBubbleViewController : admobViewController
- @end
- NS_ASSUME_NONNULL_END
|