意见反馈相册权限bug

This commit is contained in:
lianxiang
2018-09-30 11:04:16 +08:00
parent fc47921130
commit ea869e7b42
3 changed files with 49 additions and 3 deletions
+3 -1
View File
@@ -7,7 +7,7 @@
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface GiGaHelper : NSObject
/**
* 获取当前时间 格式 yyyy-MM-dd hh:mm:ss
@@ -70,4 +70,6 @@
+(NSString*)dictionaryToJson:(NSDictionary *)dic;
NS_ASSUME_NONNULL_END
@end
+2 -1
View File
@@ -7,7 +7,7 @@
//
#import "GiGaHelper.h"
#import <Photos/Photos.h>
@implementation GiGaHelper
+(NSString *) getNowTimeString{
@@ -294,4 +294,5 @@
}
@end