添加了加载网络图片的类
This commit is contained in:
19
xplan-ios/Base/UI/UIImageView/UIImageViewConstant.m
Normal file
19
xplan-ios/Base/UI/UIImageView/UIImageViewConstant.m
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// UIImageViewConstant.m
|
||||
// xplan-ios
|
||||
//
|
||||
// Created by 冯硕 on 2021/9/17.
|
||||
//
|
||||
|
||||
#import "UIImageViewConstant.h"
|
||||
|
||||
@implementation UIImageViewConstant
|
||||
|
||||
|
||||
NSString * const kImageTypeRoomFace = @""; //房间表情
|
||||
NSString * const kImageTypeRoomGift = @""; //房间礼物
|
||||
NSString * const kImageTypeUserIcon = @"imageMogr2/auto-orient/thumbnail/150x150"; //用户头像150x150
|
||||
NSString * const kImageTypeUserLibaryDetail = @""; //用户相册大图nil
|
||||
NSString * const kImageTypeCornerAvatar = @"imageMogr2/auto-orient/thumbnail/300x300/format/png";
|
||||
|
||||
@end
|
Reference in New Issue
Block a user