Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <UIKit/UIView.h>
#import <WatchKit/MKMapViewDelegate-Protocol.h>
#import <WatchKit/SPInterfaceItem-Protocol.h>
@class MKMapView, MKUserLocationView, NSBundle, NSDictionary, NSMutableArray, NSString;
@interface SPInterfaceMapView : UIView <MKMapViewDelegate, SPInterfaceItem>
{
_Bool _isNativeInterfaceObject;
_Bool _enabled;
NSDictionary *_itemDescriptionForIB;
NSBundle *_bundle;
NSString *_stringsFileName;
NSDictionary *_companionProperty;
int _interfaceAlignment;
int _verticalInterfaceAlignment;
float _width;
float _widthAdjustment;
float _height;
float _heightAdjustment;
MKMapView *_mapView;
NSMutableArray *_annotations;
NSMutableArray *_annotationViews;
MKUserLocationView *_userLocationAnnotationView;
struct CGSize _interfacePlistSize;
struct CGSize _cachedContainerSize;
struct CGSize _cachedSize;
}
- (void).cxx_destruct;
@property(retain, nonatomic) MKUserLocationView *userLocationAnnotationView; // @synthesize userLocationAnnotationView=_userLocationAnnotationView;
@property(retain, nonatomic) NSMutableArray *annotationViews; // @synthesize annotationViews=_annotationViews;
@property(retain, nonatomic) NSMutableArray *annotations; // @synthesize annotations=_annotations;
@property(retain, nonatomic) MKMapView *mapView; // @synthesize mapView=_mapView;
@property(nonatomic) _Bool enabled; // @synthesize enabled=_enabled;
@property(nonatomic) struct CGSize cachedSize; // @synthesize cachedSize=_cachedSize;
@property(nonatomic) struct CGSize cachedContainerSize; // @synthesize cachedContainerSize=_cachedContainerSize;
@property(nonatomic) struct CGSize interfacePlistSize; // @synthesize interfacePlistSize=_interfacePlistSize;
@property(nonatomic) float heightAdjustment; // @synthesize heightAdjustment=_heightAdjustment;
@property(nonatomic) float height; // @synthesize height=_height;
@property(nonatomic) float widthAdjustment; // @synthesize widthAdjustment=_widthAdjustment;
@property(nonatomic) float width; // @synthesize width=_width;
@property(nonatomic) int verticalInterfaceAlignment; // @synthesize verticalInterfaceAlignment=_verticalInterfaceAlignment;
@property(nonatomic) int interfaceAlignment; // @synthesize interfaceAlignment=_interfaceAlignment;
@property(nonatomic) _Bool isNativeInterfaceObject; // @synthesize isNativeInterfaceObject=_isNativeInterfaceObject;
@property(copy, nonatomic) NSDictionary *companionProperty; // @synthesize companionProperty=_companionProperty;
@property(copy, nonatomic) NSString *stringsFileName; // @synthesize stringsFileName=_stringsFileName;
@property(retain, nonatomic) NSBundle *bundle; // @synthesize bundle=_bundle;
@property(retain, nonatomic) NSDictionary *itemDescriptionForIB; // @synthesize itemDescriptionForIB=_itemDescriptionForIB;
- (id)mapView:(id)arg1 viewForAnnotation:(id)arg2;
- (void)handleTapGesture:(id)arg1;
- (struct CGSize)sizeThatFits:(struct CGSize)arg1;
- (void)setInterfaceItemValue:(id)arg1 property:(id)arg2;
- (void)layoutSubviews;
- (_Bool)hasIntrinsicHeight;
- (_Bool)regionIsValid;
- (id)initWithItemDescription:(id)arg1 bundle:(id)arg2 stringsFileName:(id)arg3;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned int hash;
@property(readonly) Class superclass;
@end