This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.robovm.bindings.googleanalytics; | |
import org.robovm.apple.foundation.NSObject; | |
import org.robovm.objc.annotation.Method; | |
import org.robovm.objc.annotation.NativeClass; | |
import org.robovm.objc.annotation.Property; | |
/** Google Analytics iOS top-level class. Provides facilities to create trackers and set behaviorial flags. */ | |
@NativeClass |