Skip to content

Instantly share code, notes, and snippets.

@yuuki1224
Created February 25, 2014 10:41
Show Gist options
  • Save yuuki1224/9206659 to your computer and use it in GitHub Desktop.
Save yuuki1224/9206659 to your computer and use it in GitHub Desktop.
#import <Foundation/Foundation.h>
@class FBSession, FBProfilePictureView, FBRequest;
@interface FacebookManager : NSObject
@property (strong, readonly) FBSession* session;
+ (FacebookManager*)sharedManager;
- (void)login;
- (BOOL)logout;
- (BOOL)isLogin;
- (BOOL)isEmptyCache;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment