Skip to content

Instantly share code, notes, and snippets.

@akisute
Created March 31, 2014 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akisute/9891640 to your computer and use it in GitHub Desktop.
Save akisute/9891640 to your computer and use it in GitHub Desktop.
Objective-๐Ÿฃ version 1.0
//
// objsushi.h
// Objective-๐Ÿฃ
//
// Created by akisute on 2014/04/01.
// Copyright (c) 2014ๅนด akisute. All rights reserved.
//
#ifndef objsushi
#define objsushi
#define โœˆ๏ธ #import
#define ๐Ÿ‰‘ @interface
#define ใŠ—๏ธ @implementation
#define ๐ŸŽ‰ @property
#define ๐Ÿฃ @
#define ๐Ÿบ [
#define ๐Ÿป ]
#define ๐Ÿ˜ฒ *
#define ๐Ÿ‘ซ :
#define ๐Ÿ“ฑ UI
#define ๐Ÿ NS
#define ๐Ÿ†‘ CL
#define ๐ŸŒ View
#define ๐ŸŒ๐ŸŽฎ ViewController
#define ๐Ÿ”ค Label
#define ๐Ÿ‘‰ Button
#define ๐Ÿšฐ Table
#define ๐Ÿ“œ Scroll
#define ๐Ÿˆฏ๏ธ Delegate
#define ๐Ÿ’พ DataSource
#define ๐Ÿ“ฐ String
#define ๐Ÿˆณ void
#define ๐Ÿ†“ nil
#define ๐Ÿ”‘ key
#define โœ‰๏ธ [[[[UIApplication sharedApplication] keyWindow] rootViewController] presentViewController:[MFMailComposeViewController new] animated:YES completion:NULL]
#define ๐Ÿ‘ [[[[UIApplication sharedApplication] keyWindow] rootViewController] presentViewController:[SLComposeViewController composeViewControllerForServiceType:SLServiceTypeFacebook] animated:YES completion:NULL]
#define ๐Ÿฆ [[[[UIApplication sharedApplication] keyWindow] rootViewController] presentViewController:[SLComposeViewController composeViewControllerForServiceType:SLServiceTypeTwitter] animated:YES completion:NULL]
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment