重庆迈尖科技有限公司
2020-06-08 0fbc02f73e054341a74c47921effe0bd6e8cb77c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  GDTLogoView.h
//  GDTMobSDK
//
//  Created by nimomeng on 2018/10/10.
//  Copyright © 2018 Tencent. All rights reserved.
//
 
#import <UIKit/UIKit.h>
//logo默认宽度
extern CGFloat const kGDTLogoImageViewDefaultWidth;
//logo默认高度
extern CGFloat const kGDTLogoImageViewDefaultHeight;
 
@interface GDTLogoView : UIImageView
@end