mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-25 01:12:24 +08:00
14 lines
203 B
Objective-C
Executable File
14 lines
203 B
Objective-C
Executable File
//
|
|
// Message.m
|
|
// Messenger
|
|
//
|
|
// Created by Ignacio Romero Z. on 1/16/15.
|
|
// Copyright (c) 2015 Slack Technologies, Inc. All rights reserved.
|
|
//
|
|
|
|
#import "Message.h"
|
|
|
|
@implementation Message
|
|
|
|
@end
|