Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class GADAdSize extends NSObject{
- private static final ObjCClass objCClass = ObjCClass.getByType(GADAdSize.class);
- static {
- ObjCRuntime.bind(GADAdSize.class);
- }
- public static GADAdSize getAd() {
- return objc_init(objCClass, inits);
- }
- private static final Selector inits = Selector.register("kGADAdSizeSmartBannerLandscape:");
- @Bridge
- private native static GADAdSize objc_init (ObjCClass __self__, Selector __cmd__);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement