Sign in

iOS Team / ScioLive · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • ScioLive
  • ..
  • Headers
  • KJARCtrlViewController.h
  • no message
    3d2de973
    zhangxiaowen authored
    2018-10-19 19:35:40 +0800  
    Browse Code »
KJARCtrlViewController.h 186 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11


#import <UIKit/UIKit.h>
#import "VuforiaWindow.h"
#import "HttpCallbackHandler.h"

@interface KJARCtrlViewController : VuforiaWindow<HttpCallbackHandler>

- (void)QuitWindow;

@end