Commit 5249babb authored by jz's avatar jz

add view & controller

parent d76697b6
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -10,6 +10,24 @@ ...@@ -10,6 +10,24 @@
#endif #endif
#endif #endif
#import "GMGeneMemoryAnimationViewController.h"
#import "GMGeneMemoryResultViewController.h"
#import "GMFaceBaseVC.h"
#import "GMFaceInfoShareViewController.h"
#import "GMFacePointViewController.h"
#import "GMFaceReplayResultVC.h"
#import "GMFaceReplayViewController.h"
#import "GMScanAnimationController.h"
#import "GMTestSkinAnimationWebView.h"
#import "GMImageView+GMFace.h"
#import "GMNewFaceTool.h"
#import "GMScreenRecorderManager.h"
#import "RPPreviewViewController+MovieURL.h"
#import "DaiVolume+AccessObject.h"
#import "DaiVolume+Invocation.h"
#import "DaiVolume.h"
#import "ExifContainer.h"
#import "UIImage+Exif.h"
#import "ALFaceInfoViewModel.h" #import "ALFaceInfoViewModel.h"
#import "ALTransFormFaceUtil.h" #import "ALTransFormFaceUtil.h"
#import "ALFaceInfoModel.h" #import "ALFaceInfoModel.h"
...@@ -21,6 +39,19 @@ ...@@ -21,6 +39,19 @@
#import "ALUpLoadManager.h" #import "ALUpLoadManager.h"
#import "GMAIConst.h" #import "GMAIConst.h"
#import "Target_AI.h" #import "Target_AI.h"
#import "GMDrawDottedView.h"
#import "GMFacePhotosPopView.h"
#import "GMFaceSegmentView.h"
#import "GMFaceSegmentViewLayout.h"
#import "GMFaceShotBottomView.h"
#import "GMFaceShotPopView.h"
#import "GMGeneMemoryGenderSelectView.h"
#import "GMMarkView.h"
#import "GMTitleView.h"
#import "GMSkinGuidancePopView.h"
#import "GMSkinUpLoadHeadPicPopView.h"
#import "GMTestSkinTeachPopView.h"
#import "GMTestSkinTeachVC.h"
FOUNDATION_EXPORT double GMAIVersionNumber; FOUNDATION_EXPORT double GMAIVersionNumber;
FOUNDATION_EXPORT const unsigned char GMAIVersionString[]; FOUNDATION_EXPORT const unsigned char GMAIVersionString[];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment