mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
15 lines
226 B
Objective-C
15 lines
226 B
Objective-C
//
|
|
// PRHEmptyGrowlDelegate.h
|
|
// XcodeCapp
|
|
//
|
|
// Created by Andrea D'Amore on 19/06/11.
|
|
// Copyright 2011 by author. All rights reserved.
|
|
//
|
|
|
|
#import "PRHEmptyGrowlDelegate.h"
|
|
|
|
|
|
@implementation PRHEmptyGrowlDelegate
|
|
|
|
@end
|