Manual integration of RNN and RNM
This commit is contained in:
20
mobile/ios/GoogleMaps.framework/Headers/GMSCALayer.h
Executable file
20
mobile/ios/GoogleMaps.framework/Headers/GMSCALayer.h
Executable file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// GMSCALayer.h
|
||||
// Google Maps SDK for iOS
|
||||
//
|
||||
// Copyright 2013 Google Inc.
|
||||
//
|
||||
// Usage of this SDK is subject to the Google Maps/Google Earth APIs Terms of
|
||||
// Service: https://developers.google.com/maps/terms
|
||||
//
|
||||
|
||||
#import <QuartzCore/QuartzCore.h>
|
||||
|
||||
/**
|
||||
* GMSCALayer is a superclass used by layers in the Google Maps SDK for iOS, such as GMSMapLayer and
|
||||
* GMSPanoramaLayer.
|
||||
*
|
||||
* This is an implementation detail and it should not be instantiated directly.
|
||||
*/
|
||||
@interface GMSCALayer : CALayer
|
||||
@end
|
||||
Reference in New Issue
Block a user