AppDelegate.h 230 B

1234567891011121314
  1. //
  2. // AppDelegate.h
  3. // HMLG Mobile
  4. //
  5. // Created by Ray on 5/23/16.
  6. // Copyright © 2016 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import "AppDelegateBase.h"
  9. @interface AppDelegate : AppDelegateBase
  10. @end