Skip to content

Instantly share code, notes, and snippets.

#import "AppDelegate.h"
#import "Intercom/intercom.h"
@implementation AppDelegate
- (void) show:(UIButton *) sender {
[Intercom presentMessenger];
}
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions