mas/mas-cli/Headers/StoreFoundation/ISCodeSignatureOperation.h
2015-08-02 21:38:38 +01:00

31 lines
994 B
Objective-C

//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import <StoreFoundation/ISOperation.h>
@class ISServiceProxy, NSString;
@interface ISCodeSignatureOperation : ISOperation
{
ISServiceProxy *_proxy;
NSString *_bundlePath;
BOOL _showProgress;
BOOL _isDeveloperSigned;
BOOL _isAppleSigned;
}
+ (id)operationWithBundlePath:(id)arg1 showProgress:(BOOL)arg2 storeClient:(id)arg3;
@property BOOL isAppleSigned; // @synthesize isAppleSigned=_isAppleSigned;
@property BOOL isDeveloperSigned; // @synthesize isDeveloperSigned=_isDeveloperSigned;
@property BOOL showProgress; // @synthesize showProgress=_showProgress;
@property(retain) NSString *bundlePath; // @synthesize bundlePath=_bundlePath;
@property(retain) ISServiceProxy *proxy; // @synthesize proxy=_proxy;
- (void).cxx_destruct;
- (void)main;
- (id)initWithBundlePath:(id)arg1 showProgress:(BOOL)arg2 storeClient:(id)arg3;
@end