You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
600 B
27 lines
600 B
1 year ago
|
#ifdef __OBJC__
|
||
|
#import <UIKit/UIKit.h>
|
||
|
#else
|
||
|
#ifndef FOUNDATION_EXPORT
|
||
|
#if defined(__cplusplus)
|
||
|
#define FOUNDATION_EXPORT extern "C"
|
||
|
#else
|
||
|
#define FOUNDATION_EXPORT extern
|
||
|
#endif
|
||
|
#endif
|
||
|
#endif
|
||
|
|
||
|
#import "DCAvatarConfig.h"
|
||
|
#import "DCAvatarHelper.h"
|
||
|
#import "UIImage+DCAvatar.h"
|
||
|
#import "DCAvatar.h"
|
||
|
#import "DCAvatarManager.h"
|
||
|
#import "DCCacheAvatarHelper.h"
|
||
|
#import "DCImageCacheKey.h"
|
||
|
#import "UIButton+DCGroup.h"
|
||
|
#import "UIImageView+DCGroup.h"
|
||
|
#import "UIView+DCGroup.h"
|
||
|
|
||
|
FOUNDATION_EXPORT double CDDGroupAvatarVersionNumber;
|
||
|
FOUNDATION_EXPORT const unsigned char CDDGroupAvatarVersionString[];
|
||
|
|