luxlabs header browser preview


@class ENSession;

@interface WFEvernoteAccessResource : WFAccessResource

@property (class, readonly, nonatomic) ENSession *evernoteSession;

+ (id)userInterfaceClasses;
+ (id)userInterfaceProtocol;
+ (id)evernoteCallbackScheme;

- (void)dealloc;
- (unsigned long long)status;
- (id)username;
- (id)resourceName;
- (id)initWithDefinition:(id)a0;
- (id)associatedAppIdentifier;
- (BOOL)canLogOut;
- (void)logOut;
- (void)makeAvailableWithRemoteInterface:(id)a0 completionHandler:(id /* block */)a1;
- (id)protectedResourceDescription;

@end