Created
March 31, 2014 12:53
-
-
Save akisute/9891640 to your computer and use it in GitHub Desktop.
Objective-๐ฃ version 1.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// 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